Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/tests/framework/instruments/
H A DOpenCLTimer.cpp60 _real_graph_function(nullptr), in OpenCLClock()
148 ARM_COMPUTE_ERROR_ON(_real_graph_function != nullptr); in test_start()
149 _real_graph_function = graph::TaskExecutor::get().execute_function; in test_start()
161 this->_real_graph_function(task); in test_start()
187 graph::TaskExecutor::get().execute_function = _real_graph_function; in test_stop()
188 _real_graph_function = nullptr; in test_stop()
H A DSchedulerTimer.cpp145 _real_graph_function(nullptr), in SchedulerClock()
162 ARM_COMPUTE_ERROR_ON(_real_graph_function != nullptr); in test_start()
163 _real_graph_function = graph::TaskExecutor::get().execute_function; in test_start()
187 this->_real_graph_function(task); in test_start()
235 graph::TaskExecutor::get().execute_function = _real_graph_function; in test_stop()
236 _real_graph_function = nullptr; in test_stop()
H A DOpenCLTimer.h71 std::function<decltype(graph::execute_task)> _real_graph_function; variable
H A DSchedulerTimer.h105 std::function<decltype(graph::execute_task)> _real_graph_function; variable