07 2021 档案

摘要:.globl 全局对象 .data 数据区 .align 4 对齐 16字节对齐 .type For ELF targets, the .type directive is used like this: .type name , type description This sets the typ 阅读全文
posted @ 2021-07-28 16:57 通杀 阅读(371) 评论(0) 推荐(0)
摘要:#include <stdio.h> void ctors() { printf(".ctors"); } void ctors1() { printf(".ctors1"); } void init_array() { printf(".init_array"); } void pre_array 阅读全文
posted @ 2021-07-28 15:43 通杀 阅读(249) 评论(0) 推荐(0)
摘要:bazel build --define=with_xla_support=true --config=opt //tensorflow/tools/pip_package:build_pip_package bazel build --config=opt //tensorflow:libtens 阅读全文
posted @ 2021-07-27 16:50 通杀 阅读(164) 评论(0) 推荐(0)