/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | command_queue.cc | 39 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()
|
D | command_queue.h | 45 virtual absl::Status WaitForCompletion() = 0;
|
D | api2.cc | 458 RETURN_IF_ERROR(runtime_->command_queue()->WaitForCompletion()); in Run()
|
/external/tensorflow/tensorflow/core/profiler/rpc/client/ |
D | profiler_client_test.cc | 51 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()
|
D | remote_profiler_session_manager.cc | 101 RemoteProfilerSessionManager::WaitForCompletion() { in WaitForCompletion() function in tensorflow::profiler::RemoteProfilerSessionManager 110 client->WaitForCompletion(remote_response.status); in WaitForCompletion()
|
D | remote_profiler_session_manager_test.cc | 85 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()
|
D | profiler_client.cc | 108 WaitForCompletion(dummy); in ~RemoteProfilerSession() 124 std::unique_ptr<ProfileResponse> RemoteProfilerSession::WaitForCompletion( in WaitForCompletion() function in tensorflow::profiler::RemoteProfilerSession
|
D | remote_profiler_session_manager.h | 53 std::vector<Response> WaitForCompletion();
|
D | profiler_client.h | 64 std::unique_ptr<ProfileResponse> WaitForCompletion(Status& out_status);
|
D | capture_profile.cc | 125 std::vector<Response> responses = session->WaitForCompletion(); in Profile()
|
/external/webrtc/media/sctp/ |
D | sctp_transport_reliability_unittest.cc | 192 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/ |
D | cl_command_queue.cc | 162 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()
|
D | cl_command_queue.h | 69 absl::Status WaitForCompletion();
|
D | inference_context.cc | 679 RETURN_IF_ERROR(queue->WaitForCompletion()); in Profile()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | cl_test.cc | 90 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/ |
D | performance_profiling.cc | 73 RETURN_IF_ERROR(env.queue()->WaitForCompletion()); in RunModelSample()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/ |
D | gl_delegate.cc | 328 RETURN_IF_ERROR(command_queue_->WaitForCompletion()); in Invoke()
|
/external/tensorflow/tensorflow/tools/def_file_filter/ |
D | symbols_pybind.txt | 339 tensorflow::profiler::RemoteProfilerSession::WaitForCompletion
|