Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dc_api_util.py232 def tf_output(c_op, index): function
H A Dops.py447 def _create_with_tf_output(op, value_index, dtype, tf_output): argument
4174 def _get_tensor_by_tf_output(self, tf_output): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dtf_session_wrapper.cc850 TF_Output tf_output = TF_Output(outputs[i]); in PYBIND11_MODULE() local