Home
last modified time | relevance | path

Searched refs:WaitForCompletion (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcommand_queue.cc39 absl::Status WaitForCompletion() override { in WaitForCompletion() function in tflite::gpu::gl::__anon3df030a30111::DefaultCommandQueue
67 absl::Status WaitForCompletion() override { in WaitForCompletion() function in tflite::gpu::gl::__anon3df030a30111::AdrenoCommandQueue
69 return DefaultCommandQueue::WaitForCompletion(); in WaitForCompletion()
Dcommand_queue.h45 virtual absl::Status WaitForCompletion() = 0;
Dapi2.cc458 RETURN_IF_ERROR(runtime_->command_queue()->WaitForCompletion()); in Run()
/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dprofiler_client_test.cc51 auto response = remote_session->WaitForCompletion(status); in TEST()
88 auto response = remote_session->WaitForCompletion(status); in TEST()
111 auto response = remote_session->WaitForCompletion(status); in TEST()
138 auto response = remote_session->WaitForCompletion(status); in TEST()
Dremote_profiler_session_manager.cc101 RemoteProfilerSessionManager::WaitForCompletion() { in WaitForCompletion() function in tensorflow::profiler::RemoteProfilerSessionManager
110 client->WaitForCompletion(remote_response.status); in WaitForCompletion()
Dremote_profiler_session_manager_test.cc85 std::vector<Response> responses = sessions->WaitForCompletion(); in TEST()
118 std::vector<Response> responses = sessions->WaitForCompletion(); in TEST()
151 std::vector<Response> responses = sessions->WaitForCompletion(); in TEST()
Dprofiler_client.cc108 WaitForCompletion(dummy); in ~RemoteProfilerSession()
124 std::unique_ptr<ProfileResponse> RemoteProfilerSession::WaitForCompletion( in WaitForCompletion() function in tensorflow::profiler::RemoteProfilerSession
Dremote_profiler_session_manager.h53 std::vector<Response> WaitForCompletion();
Dprofiler_client.h64 std::unique_ptr<ProfileResponse> WaitForCompletion(Status& out_status);
Dcapture_profile.cc125 std::vector<Response> responses = session->WaitForCompletion(); in Profile()
/external/webrtc/media/sctp/
Dsctp_transport_reliability_unittest.cc192 bool WaitForCompletion(int give_up_after_ms) { in WaitForCompletion() function in __anon80e196b10111::SctpDataSender
407 void WaitForCompletion(int32_t timeout_millis) { in WaitForCompletion() function in __anon80e196b10111::SctpPingPong
419 if (!data_sender1_->WaitForCompletion(timeout_millis)) { in WaitForCompletion()
433 if (!data_sender2_->WaitForCompletion(timeout_millis)) { in WaitForCompletion()
665 test.WaitForCompletion(wait_timeout); in TEST_F()
704 test.WaitForCompletion(wait_timeout); in TEST_F()
743 test.WaitForCompletion(wait_timeout); in TEST_F()
809 oldest_test->WaitForCompletion(wait_timeout); in TEST_F()
819 oldest_test->WaitForCompletion(wait_timeout); in TEST_F()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_command_queue.cc162 absl::Status CLCommandQueue::WaitForCompletion() { in WaitForCompletion() function in tflite::gpu::cl::CLCommandQueue
237 RETURN_IF_ERROR(WaitForCompletion()); in GetBestWorkGroupIndex()
241 RETURN_IF_ERROR(WaitForCompletion()); in GetBestWorkGroupIndex()
Dcl_command_queue.h69 absl::Status WaitForCompletion();
Dinference_context.cc679 RETURN_IF_ERROR(queue->WaitForCompletion()); in Profile()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dcl_test.cc90 RETURN_IF_ERROR(creation_context.queue->WaitForCompletion()); in ExecuteGPUOperation()
138 RETURN_IF_ERROR(creation_context.queue->WaitForCompletion()); in ExecuteGPUOperation()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
Dperformance_profiling.cc73 RETURN_IF_ERROR(env.queue()->WaitForCompletion()); in RunModelSample()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dgl_delegate.cc328 RETURN_IF_ERROR(command_queue_->WaitForCompletion()); in Invoke()
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt339 tensorflow::profiler::RemoteProfilerSession::WaitForCompletion