Searched refs:_c_graph (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | c_api_util.py | 207 c_op, pos = c_api.TF_GraphNextOperation(graph._c_graph, pos) 210 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 | 505 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 …]
|
D | function.py | 423 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(),
|
D | importer.py | 497 graph._c_graph, serialized, options) # 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 | 703 self._session = tf_session.TF_NewSessionRef(self._graph._c_graph, opts)
|
/external/tensorflow/tensorflow/python/ops/ |
D | custom_gradient.py | 69 pywrap_tf_session.SetHandleShapeAndType(target_t.graph._c_graph, 80 target_t._op._graph._c_graph, # pylint: disable=protected-access
|
D | resource_variable_ops.py | 60 graph_op.graph._c_graph, graph_op._as_tf_output()) # pylint: disable=protected-access 95 tensor._op._graph._c_graph, # pylint: disable=protected-access
|
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 191 t.graph._c_graph, t._as_tf_output()) # pylint: disable=protected-access
|
D | while_v2.py | 1197 cond_graph._c_graph, types,
|
D | array_grad.py | 1132 …broadcast_shape.graph._c_graph, broadcast_shape._as_tf_output())) # pylint: disable=protected-acc…
|
/external/tensorflow/tensorflow/python/eager/ |
D | function.py | 486 graph._c_graph, # pylint: disable=protected-access
|