Searched refs:_real_graph_function (Results 1 – 4 of 4) sorted by relevance
60 _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()
145 _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()
71 std::function<decltype(graph::execute_task)> _real_graph_function; variable
105 std::function<decltype(graph::execute_task)> _real_graph_function; variable