tf.compat.v1.variable_op_scope

View source on GitHub

Deprecated: context manager for defining an op that creates variables.

@tf_contextlib.contextmanager
tf.compat.v1.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
)