摘要: https://www.liangzl.com/get-article-detail-21351.html https://zhuanlan.zhihu.com/p/125773446 https://zhuanlan.zhihu.com/p/52019183 阅读全文
posted @ 2021-11-25 15:11 通杀 阅读(12) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s?__biz=MzU3MjgyNTQxMg==&mid=2247484333&idx=1&sn=da12ca46e4c8f2efde5516f73c4f14a4&chksm=fcca4986cbbdc090958989a99d118e12e9501 阅读全文
posted @ 2021-11-25 13:57 通杀 阅读(51) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/36529418 Linux动态链接库so版本兼容 - 知乎 https://www.douban.com/note/656683819/ glibc和Symbol Versioning和如何链接出低版本glibc可运行的程序 https:/ 阅读全文
posted @ 2021-11-25 11:31 通杀 阅读(1289) 评论(0) 推荐(0) 编辑
摘要: .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 通杀 阅读(256) 评论(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 通杀 阅读(210) 评论(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 通杀 阅读(123) 评论(0) 推荐(0) 编辑
摘要: main.cc tensorflow::serving::main::Server server; const auto& status = server.BuildAndStart(options); server.cc builder.RegisterService(model_service_ 阅读全文
posted @ 2021-06-04 11:14 通杀 阅读(67) 评论(0) 推荐(0) 编辑
摘要: https://www.tensorflow.org/install/sourcehttps://blog.csdn.net/u011285477/article/details/93975689https://blog.csdn.net/u012614287/article/details/904 阅读全文
posted @ 2021-04-26 15:10 通杀 阅读(66) 评论(0) 推荐(0) 编辑
摘要: import tensorflow as tf import numpy as np model = tf.keras.Sequential() model.add(tf.keras.layers.Embedding(10, 1, input_length=5)) input_array = np. 阅读全文
posted @ 2021-03-26 11:59 通杀 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 推荐系统解构: https://mp.weixin.qq.com/s/LO9KV7foJyVJRFPjIAT1Ew 推荐精排模型之经典排序模型: https://mp.weixin.qq.com/s?__biz=MzI5ODk5MDU1MQ==&mid=2247483886&idx=1&sn=c32 阅读全文
posted @ 2021-03-17 17:30 通杀 阅读(210) 评论(0) 推荐(0) 编辑