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()
265 RETURN_IF_ERROR(CreateProfilingCommandQueue(gpu, context, &profiling_queue)); in CreateEnvironment()
Dcl_command_queue.h126 absl::Status CreateProfilingCommandQueue(const CLDevice& device,
Dcl_command_queue.cc317 absl::Status CreateProfilingCommandQueue(const CLDevice& device, in CreateProfilingCommandQueue() function
Dapi.cc903 CreateProfilingCommandQueue(device, context, &profiling_queue)); in Init()