标签: 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')。
tf.variable_scope('my_scope_var')