摘要:
class Scope class Graph 阅读全文
posted @ 2018-01-03 16:19
bytedance
阅读(186)
评论(0)
推荐(0)
|
摘要:
基本介绍 Class Scope类对象是一系列tensorflow操作(ops)所携带属性的集合,这些ops具有相似性质,如:前缀名。 解析 本文以下列代码段为参考对Class Scope的内部实现细节展开分析。 (1)Scope::NewRootScope(): 通过调用该静态成员函数,函数会构造 阅读全文
posted @ 2018-01-03 14:37
bytedance
阅读(1046)
评论(0)
推荐(0)
|