Searched refs:_as_tf_output (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | custom_gradient.py | 64 target_t._as_tf_output(), 75 target_t._as_tf_output(), # pylint: disable=protected-access
|
D | resource_variable_ops.py | 55 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/ |
D | smart_cond.py | 84 pred._as_tf_output())
|
D | importer.py | 211 dst_op = input_dst._as_tf_output().oper # pylint: disable=protected-access 217 dst_output = input_dst._as_tf_output() # pylint: disable=protected-access
|
D | function.py | 415 [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(),
|
D | ops.py | 428 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/ |
D | session.py | 1039 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/ |
D | function.py | 323 [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
|