Searched refs:_as_tf_output (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | handle_data_util.py | 62 target_t._as_tf_output(),
|
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 192 t.graph._c_graph, t._as_tf_output()) # pylint: disable=protected-access
|
D | array_grad.py | 1191 …broadcast_shape.graph._c_graph, broadcast_shape._as_tf_output())) # pylint: disable=protected-acc…
|
D | resource_variable_ops.py | 103 tensor._as_tf_output(), # pylint: disable=protected-access
|
/external/tensorflow/tensorflow/python/framework/ |
D | smart_cond.py | 80 pred._as_tf_output())
|
D | importer.py | 215 dst_op = input_dst._as_tf_output().oper # pylint: disable=protected-access 221 dst_output = input_dst._as_tf_output() # pylint: disable=protected-access
|
D | function.py | 457 [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(),
|
D | ops.py | 461 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/ |
D | session.py | 1077 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/ |
D | function.py | 465 [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
|