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

  /external/tensorflow/tensorflow/python/eager/
graph_callable.py 255 graph_key = tf_ops.get_default_graph()._graph_key # pylint: disable=protected-access
265 tmp_graph._graph_key = graph_key # pylint: disable=protected-access
function.py 579 graph_key = ops.get_default_graph()._graph_key # pylint: disable=protected-access
585 tmp_graph._graph_key = graph_key # pylint: disable=protected-access
    [all...]
  /external/tensorflow/tensorflow/python/ops/
resource_variable_ops.py 363 self._graph_key = ops.get_default_graph()._graph_key # pylint: disable=protected-access
    [all...]
  /external/tensorflow/tensorflow/python/training/
optimizer.py 630 return variable._graph_key == current_graph._graph_key # pylint: disable=protected-access
    [all...]
  /external/tensorflow/tensorflow/python/framework/
test_util.py 458 outside_graph_key = ops.get_default_graph()._graph_key
462 ops.get_default_graph()._graph_key = outside_graph_key
    [all...]
ops.py     [all...]

Completed in 732 milliseconds