Searched refs:_c_graph (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | c_api_util.py | 231 c_op, pos = c_api.TF_GraphNextOperation(graph._c_graph, pos) 234 c_op, pos = c_api.TF_GraphNextOperation(graph._c_graph, pos)
|
D | smart_cond.py | 79 pred_value = c_api.TF_TryEvaluateConstant_wrapper(pred.graph._c_graph,
|
D | ops.py | 459 c_graph = self._op._graph._c_graph # pylint: disable=protected-access 767 self._op._graph._c_graph, # pylint: disable=protected-access 1841 op_desc = pywrap_tf_session.TF_NewOperation(graph._c_graph, 2249 self._graph._c_graph, # pylint: disable=protected-access 2274 self._graph._c_graph, # pylint: disable=protected-access 2299 self._graph._c_graph, # pylint: disable=protected-access 2317 self._graph._c_graph, # pylint: disable=protected-access 2334 self._graph._c_graph, # pylint: disable=protected-access 2340 …pywrap_tf_session.RemoveAllControlInputs(self._graph._c_graph, self._c_op) # pylint: disable=prot… 2496 pywrap_tf_session.SetAttr(self._graph._c_graph, self._c_op, attr_name, [all …]
|
D | function.py | 421 if not temp_graph._c_graph: # pylint: disable=protected-access 453 temp_graph._c_graph, 857 handle_data = c_api.GetHandleShapeAndType(tensor.graph._c_graph, 861 c_api.SetHandleShapeAndType(ph.graph._c_graph, ph._as_tf_output(),
|
D | importer.py | 497 graph._c_graph, serialized, options) # pylint: disable=protected-access
|
/external/tensorflow/tensorflow/python/ops/ |
D | handle_data_util.py | 61 pywrap_tf_session.SetHandleShapeAndType(target_t.graph._c_graph,
|
D | math_grad.py | 128 rx.graph._c_graph, rx._as_tf_output())) # pylint: disable=protected-access 131 ry.graph._c_graph, ry._as_tf_output())) # pylint: disable=protected-access 192 t.graph._c_graph, t._as_tf_output()) # pylint: disable=protected-access
|
D | while_v2.py | 1285 cond_graph._c_graph, types,
|
D | array_grad.py | 1191 …broadcast_shape.graph._c_graph, broadcast_shape._as_tf_output())) # pylint: disable=protected-acc…
|
D | resource_variable_ops.py | 102 tensor._op._graph._c_graph, # pylint: disable=protected-access
|
/external/tensorflow/tensorflow/python/client/ |
D | session_list_devices_test.py | 45 c_session = tf_session.TF_NewSession(ops.get_default_graph()._c_graph, opts)
|
D | session.py | 711 self._session = tf_session.TF_NewSessionRef(self._graph._c_graph, opts)
|
/external/tensorflow/tensorflow/python/eager/ |
D | function.py | 461 graph._c_graph, # pylint: disable=protected-access
|