Home
last modified time | relevance | path

Searched refs:_create_with_tf_output (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dwhile_v2.py1356 tensor = ops.Tensor._create_with_tf_output(op, 0, dtype, ph)
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dops.py447 def _create_with_tf_output(op, value_index, dtype, tf_output): member in Tensor
2182 …tensor = Tensor._create_with_tf_output(self, i, output_type, tf_output) # pylint: disable=protect…