Home
last modified time | relevance | path

Searched defs:tf_output (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dc_api_util.py204 def tf_output(c_op, index): function
Dops.py400 def _create_with_tf_output(op, value_index, dtype, tf_output): argument
3921 def _get_tensor_by_tf_output(self, tf_output): argument
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc824 TF_Output tf_output = TF_Output(outputs[i]); in PYBIND11_MODULE() local