阅读(4527)
赞(11)
TensorFlow函数:tf.variable_op_scope
2018-04-16 10:08:23 更新
tf.variable_op_scope函数
tf.variable_op_scope(
values,
name_or_scope,
default_name=None,
initializer=None,
regularizer=None,
caching_device=None,
partitioner=None,
custom_getter=None,
reuse=None,
dtype=None,
use_resource=None,
constraint=None
)
定义在:tensorflow/python/ops/variable_scope.py.
请参阅指南:变量>共享变量
已弃用:用于定义创建变量的操作的上下文管理器.