Home
last modified time | relevance | path

Searched refs:profiling_queue_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Denvironment.cc92 profiling_queue_(std::move(profiling_queue)) {} in Environment()
98 profiling_queue_(std::move(environment.profiling_queue_)), in Environment()
106 profiling_queue_ = std::move(environment.profiling_queue_); in operator =()
Denvironment.h51 ProfilingCommandQueue* profiling_queue() { return &profiling_queue_; } in profiling_queue()
74 ProfilingCommandQueue profiling_queue_; variable