Searched defs:IsAsync (Results 1 – 9 of 9) sorted by relevance
117 bool TfrtContext::IsAsync() const { return eager_context_->Executor().Async(); } in IsAsync() function in tfrt::tf::TfrtContext
251 bool IsAsync() const { return context_.IsAsync(); } in IsAsync() function
84 bool IsAsync() const { return is_async_; } in IsAsync() function
65 bool IsAsync() const { return is_async_; } in IsAsync() function
104 bool IsAsync() const { return results_memory_layout_.has_async_results; } in IsAsync() function
379 virtual bool IsAsync() const { return false; } in IsAsync() function
509 bool IsAsync() const override { return true; } in IsAsync() function in tensorflow::data::model::__anon3a9504c50111::AsyncInterleaveMany823 bool IsAsync() const override { return true; } in IsAsync() function in tensorflow::data::model::__anon3a9504c50111::AsyncRatio
30 static bool IsAsync(hci_spec::EventCode code) { in IsAsync() function
64 NDR64_UINT32 IsAsync : 1; member