Home
last modified time | relevance | path

Searched refs:_as_tf_output (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dhandle_data_util.py62 target_t._as_tf_output(),
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
Darray_grad.py1191 …broadcast_shape.graph._c_graph, broadcast_shape._as_tf_output())) # pylint: disable=protected-acc…
Dresource_variable_ops.py103 tensor._as_tf_output(), # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/framework/
Dsmart_cond.py80 pred._as_tf_output())
Dimporter.py215 dst_op = input_dst._as_tf_output().oper # pylint: disable=protected-access
221 dst_output = input_dst._as_tf_output() # pylint: disable=protected-access
Dfunction.py457 [t._as_tf_output() for t in temp_graph.inputs],
458 [t._as_tf_output() for t in temp_graph.outputs],
858 tensor._as_tf_output())
861 c_api.SetHandleShapeAndType(ph.graph._c_graph, ph._as_tf_output(),
Dops.py461 c_graph, self._as_tf_output())
768 self._as_tf_output(),
787 self._as_tf_output())
814 def _as_tf_output(self): member in Tensor
1263 def _as_tf_output(self): member in _EagerTensorBase
1850 [t._as_tf_output() for t in op_input])
1852 pywrap_tf_session.TF_AddInput(op_desc, op_input._as_tf_output())
2275 tensor._as_tf_output(), # pylint: disable=protected-access
2300 tensor._as_tf_output(), # pylint: disable=protected-access
7025 graph_op.graph._c_graph, graph_op._as_tf_output()) # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/client/
Dsession.py1077 feed_list.append(subfeed_t._as_tf_output())
1095 final_fetches = [t._as_tf_output() for t in fetch_handler.fetches()]
1256 fetch_list = [t._as_tf_output() for t in fetch_handler.fetches()]
1350 feeds = dict((t.deref()._as_tf_output(), v) for t, v in feed_dict.items())
1351 fetches = [t._as_tf_output() for t in fetch_list]
/external/tensorflow/tensorflow/python/eager/
Dfunction.py465 [t._as_tf_output() for t in inputs], # pylint: disable=protected-access
466 [t._as_tf_output() for t in outputs], # pylint: disable=protected-access