Tensorflow C ++ API中variable_scope的等效功能是什么?

时间:2019-10-08 00:49:36

标签: tensorflow

我有一个用Python编写的代码,该代码使用variable_scope函数(https://www.tensorflow.org/api_docs/python/tf/compat/v1/variable_scope?hl=en),需要将其转换为C ++。那么C ++ API中的等效功能是什么?

这是Python中的示例:tf.variable_scope('my_scope_var')

0 个答案:

没有答案