Home
last modified time | relevance | path

Searched refs:CreateProfilingCommandQueue (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Denvironment.cc43 RETURN_IF_ERROR(CreateProfilingCommandQueue(gpu, context, &profiling_queue)); in CreateEnvironment()
250 RETURN_IF_ERROR(CreateProfilingCommandQueue(gpu, context, &profiling_queue)); in CreateEnvironment()
Dcl_command_queue.h124 absl::Status CreateProfilingCommandQueue(const CLDevice& device,
Dcl_command_queue.cc313 absl::Status CreateProfilingCommandQueue(const CLDevice& device, in CreateProfilingCommandQueue() function
Dapi.cc895 CreateProfilingCommandQueue(device, context, &profiling_queue)); in Init()