Home
last modified time | relevance | path

Searched defs:IsAsync (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dtfrt_context.cc117 bool TfrtContext::IsAsync() const { return eager_context_->Executor().Async(); } in IsAsync() function in tfrt::tf::TfrtContext
H A Dc_api_tfrt.h251 bool IsAsync() const { return context_.IsAsync(); } in IsAsync() function
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dop_kernel_runner.h84 bool IsAsync() const { return is_async_; } in IsAsync() function
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/fallback/
H A Dop_kernel_runner.h65 bool IsAsync() const { return is_async_; } in IsAsync() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dexecutable.h104 bool IsAsync() const { return results_memory_layout_.has_async_results; } in IsAsync() function
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dmodel.h379 virtual bool IsAsync() const { return false; } in IsAsync() function
H A Dmodel.cc509 bool IsAsync() const override { return true; } in IsAsync() function in tensorflow::data::model::__anon3a9504c50111::AsyncInterleaveMany
823 bool IsAsync() const override { return true; } in IsAsync() function in tensorflow::data::model::__anon3a9504c50111::AsyncRatio
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dcommand_channel.cc30 static bool IsAsync(hci_spec::EventCode code) { in IsAsync() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dndr64types.h64 NDR64_UINT32 IsAsync : 1; member