HomeSort by relevance Sort by last modified time
    Searched refs:prepend_name_scope (Results 1 - 10 of 10) sorted by null

  /external/tensorflow/tensorflow/contrib/framework/
__init__.py 44 @@prepend_name_scope
105 from tensorflow.python.framework.ops import prepend_name_scope
  /external/tensorflow/tensorflow/python/saved_model/
utils_impl.py 76 ops.prepend_name_scope(name, import_scope=import_scope))
  /external/tensorflow/tensorflow/python/training/
queue_runner_impl.py 173 ops.prepend_name_scope(queue_runner_def.queue_name, import_scope))
175 ops.prepend_name_scope(op, import_scope))
177 self._close_op = g.as_graph_element(ops.prepend_name_scope(
179 self._cancel_op = g.as_graph_element(ops.prepend_name_scope(
saver.py     [all...]
  /external/tensorflow/tensorflow/python/ops/
variables.py 406 ops.prepend_name_scope(variable_def.variable_name,
409 ops.prepend_name_scope(variable_def.initializer_name,
415 ops.prepend_name_scope(variable_def.initial_value_name,
420 ops.prepend_name_scope(variable_def.snapshot_name,
    [all...]
resource_variable_ops.py 507 ops.prepend_name_scope(
514 ops.prepend_name_scope(
520 ops.prepend_name_scope(variable_def.initial_value_name,
526 ops.prepend_name_scope(
    [all...]
control_flow_ops.py     [all...]
  /external/tensorflow/tensorflow/python/framework/
meta_graph.py 787 ops.prepend_name_scope(value, scope_to_prepend_to_names))
798 key, ops.prepend_name_scope(value, scope_to_prepend_to_names))
    [all...]
ops.py 5672 def prepend_name_scope(name, import_scope): function
    [all...]
ops_test.py     [all...]

Completed in 355 milliseconds