Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Denvironment.cc93 profiling_queue_(std::move(profiling_queue)) {} in Environment()
99 profiling_queue_(std::move(environment.profiling_queue_)), in Environment()
107 profiling_queue_ = std::move(environment.profiling_queue_); in operator =()
H A Denvironment.h51 ProfilingCommandQueue* profiling_queue() { return &profiling_queue_; } in profiling_queue()
74 ProfilingCommandQueue profiling_queue_; variable