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.cc44 RETURN_IF_ERROR(CreateProfilingCommandQueue(gpu, context, &profiling_queue)); in CreateEnvironment()
280 RETURN_IF_ERROR(CreateProfilingCommandQueue(gpu, context, &profiling_queue)); in CreateEnvironment()
Dcl_command_queue.h133 absl::Status CreateProfilingCommandQueue(const CLDevice& device,
Dcl_command_queue.cc367 absl::Status CreateProfilingCommandQueue(const CLDevice& device, in CreateProfilingCommandQueue() function
Dapi.cc910 CreateProfilingCommandQueue(device, context, &profiling_queue)); in Init()