Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dprocess_function_library_runtime.cc1044 data->enable_sync_execution = false; in InstantiateMultiDevice()
1046 data->enable_sync_execution = true; in InstantiateMultiDevice()
1054 data->enable_sync_execution = false; in InstantiateMultiDevice()
1101 opts.allow_small_function_optimizations = data->enable_sync_execution; in InstantiateMultiDevice()
1908 if (multi_device_data && multi_device_data->enable_sync_execution) { in RunSync()
H A Dprocess_function_library_runtime.h328 bool enable_sync_execution; member