Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dgpu_multistream_test.cc93 options.untuple_result = true; in TEST()
Dpjrt_client.h404 bool untuple_result = false; member
Dpjrt_stream_executor_client.cc1829 if (options.untuple_result && result_buffer.on_device_shape().IsTuple()) { in MakeOutputBuffers()
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_executable.cc40 options_.untuple_result = true; in PyExecutable()