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

  /external/tensorflow/tensorflow/python/framework/
c_api_util.py 126 c_op, pos = c_api.TF_GraphNextOperation(graph._c_graph, pos)
129 c_op, pos = c_api.TF_GraphNextOperation(graph._c_graph, pos)
ops.py 372 graph = self._op._graph._c_graph # pylint: disable=protected-access
487 self._op._graph._c_graph, # pylint: disable=protected-access
2897 def _c_graph(self): member in class:Graph
    [all...]
function.py 369 if not temp_graph._c_graph: # pylint: disable=protected-access
402 temp_graph._c_graph,
    [all...]
importer.py 461 if graph._c_graph: # pylint: disable=protected-access
482 graph._c_graph, serialized, options, status) # pylint: disable=protected-access
  /external/tensorflow/tensorflow/python/client/
session_list_devices_test.py 47 ops.get_default_graph()._c_graph, opts, status)
session.py 634 self._session = tf_session.TF_NewSession(self._graph._c_graph, opts,
    [all...]
  /external/tensorflow/tensorflow/python/eager/
function.py 83 captured_value._op._graph._c_graph, # pylint: disable=protected-access
262 graph._c_graph, # pylint: disable=protected-access
    [all...]

Completed in 361 milliseconds