Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dpmap_lib.cc330 py::list outputs_as_python_objects; in Call() local
332 outputs_as_python_objects.append(py::cast(std::move(outputs[i]))); in Call()
335 cache_entry->out_handler(outputs_as_python_objects); in Call()