Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
Dtpu_estimator.py24 from tensorflow.python.tpu.tpu_estimator import _clone_export_output_with_tensors
/external/tensorflow/tensorflow/python/tpu/
Dtpu_estimator.py2465 (k, _clone_export_output_with_tensors(export_outputs[k], v))
3134 def _clone_export_output_with_tensors(export_output, tensors): function