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.py231 c_op, pos = c_api.TF_GraphNextOperation(graph._c_graph, pos)
234 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.py459 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 …]
Dfunction.py421 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(),
Dimporter.py497 graph._c_graph, serialized, options) # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/ops/
Dhandle_data_util.py61 pywrap_tf_session.SetHandleShapeAndType(target_t.graph._c_graph,
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
192 t.graph._c_graph, t._as_tf_output()) # pylint: disable=protected-access
Dwhile_v2.py1285 cond_graph._c_graph, types,
Darray_grad.py1191 …broadcast_shape.graph._c_graph, broadcast_shape._as_tf_output())) # pylint: disable=protected-acc…
Dresource_variable_ops.py102 tensor._op._graph._c_graph, # 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.py711 self._session = tf_session.TF_NewSessionRef(self._graph._c_graph, opts)
/external/tensorflow/tensorflow/python/eager/
Dfunction.py461 graph._c_graph, # pylint: disable=protected-access