Home
last modified time | relevance | path

Searched refs:_c_graph (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dc_api_util.py207 c_op, pos = c_api.TF_GraphNextOperation(graph._c_graph, pos)
210 c_op, pos = c_api.TF_GraphNextOperation(graph._c_graph, pos)
Dsmart_cond.py79 pred_value = c_api.TF_TryEvaluateConstant_wrapper(pred.graph._c_graph,
Dops.py505 c_graph = self._op._graph._c_graph # pylint: disable=protected-access
654 self._op._graph._c_graph, # pylint: disable=protected-access
1637 op_desc = pywrap_tf_session.TF_NewOperation(graph._c_graph,
2043 self._graph._c_graph, # pylint: disable=protected-access
2068 self._graph._c_graph, # pylint: disable=protected-access
2093 self._graph._c_graph, # pylint: disable=protected-access
2111 self._graph._c_graph, # pylint: disable=protected-access
2128 self._graph._c_graph, # pylint: disable=protected-access
2134 …pywrap_tf_session.RemoveAllControlInputs(self._graph._c_graph, self._c_op) # pylint: disable=prot…
2286 pywrap_tf_session.SetAttr(self._graph._c_graph, self._c_op, attr_name,
[all …]
Dfunction.py423 if not temp_graph._c_graph: # pylint: disable=protected-access
455 temp_graph._c_graph,
843 handle_data = c_api.GetHandleShapeAndType(tensor.graph._c_graph,
847 c_api.SetHandleShapeAndType(ph.graph._c_graph, ph._as_tf_output(),
Dimporter.py497 graph._c_graph, serialized, options) # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/client/
Dsession_list_devices_test.py45 c_session = tf_session.TF_NewSession(ops.get_default_graph()._c_graph, opts)
Dsession.py703 self._session = tf_session.TF_NewSessionRef(self._graph._c_graph, opts)
/external/tensorflow/tensorflow/python/ops/
Dcustom_gradient.py69 pywrap_tf_session.SetHandleShapeAndType(target_t.graph._c_graph,
80 target_t._op._graph._c_graph, # pylint: disable=protected-access
Dresource_variable_ops.py60 graph_op.graph._c_graph, graph_op._as_tf_output()) # pylint: disable=protected-access
95 tensor._op._graph._c_graph, # pylint: disable=protected-access
Dmath_grad.py128 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
191 t.graph._c_graph, t._as_tf_output()) # pylint: disable=protected-access
Dwhile_v2.py1197 cond_graph._c_graph, types,
Darray_grad.py1132 …broadcast_shape.graph._c_graph, broadcast_shape._as_tf_output())) # pylint: disable=protected-acc…
/external/tensorflow/tensorflow/python/eager/
Dfunction.py486 graph._c_graph, # pylint: disable=protected-access