Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcustom_gradient.py64 target_t._as_tf_output(),
75 target_t._as_tf_output(), # pylint: disable=protected-access
Dresource_variable_ops.py55 graph_op.graph._c_graph, graph_op._as_tf_output()) # pylint: disable=protected-access
91 tensor._as_tf_output(), # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/framework/
Dsmart_cond.py84 pred._as_tf_output())
Dimporter.py211 dst_op = input_dst._as_tf_output().oper # pylint: disable=protected-access
217 dst_output = input_dst._as_tf_output() # pylint: disable=protected-access
Dfunction.py415 [t._as_tf_output() for t in temp_graph.inputs],
416 [t._as_tf_output() for t in temp_graph.outputs],
790 tensor._as_tf_output())
793 c_api.SetHandleShapeAndType(ph.graph._c_graph, ph._as_tf_output(),
Dops.py428 c_graph, self._as_tf_output())
542 self._as_tf_output(),
561 self._as_tf_output())
588 def _as_tf_output(self): member in Tensor
963 def _as_tf_output(self): member in _EagerTensorBase
1802 c_api.TF_AddInputList(op_desc, [t._as_tf_output() for t in op_input])
1804 c_api.TF_AddInput(op_desc, op_input._as_tf_output())
2245 tensor._as_tf_output(), # pylint: disable=protected-access
2270 tensor._as_tf_output(), # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/client/
Dsession.py1039 feed_list.append(subfeed_t._as_tf_output())
1057 final_fetches = [t._as_tf_output() for t in fetch_handler.fetches()]
1218 fetch_list = [t._as_tf_output() for t in fetch_handler.fetches()]
1311 feeds = dict((t._as_tf_output(), v) for t, v in feed_dict.items())
1312 fetches = [t._as_tf_output() for t in fetch_list]
/external/tensorflow/tensorflow/python/eager/
Dfunction.py323 [t._as_tf_output() for t in inputs], # pylint: disable=protected-access
324 [t._as_tf_output() for t in outputs], # pylint: disable=protected-access