Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dprocess_function_library_runtime.h254 : allow_control_flow_sync_execution_(false), summary_(kSafeForSync) {} in AsyncAttributes()
257 : allow_control_flow_sync_execution_(allow_control_flow_sync_execution), in AsyncAttributes()
261 return allow_control_flow_sync_execution_; in allow_control_flow_sync_execution()
266 bool allow_control_flow_sync_execution_;
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dkernel_and_device.h293 allow_control_flow_sync_execution_(allow_control_flow_sync_execution), in KernelAndDeviceFunc()
370 const bool allow_control_flow_sync_execution_; variable
H A Dkernel_and_device.cc216 allow_control_flow_sync_execution_; in InstantiateFunc()