Home
last modified time | relevance | path

Searched refs:hexagon_nn_get_perfinfo (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/hexagon/hexagon_nn/
Dversion_scripts.lds15 hexagon_nn_get_perfinfo;
/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dhexagon_implementation.h113 hexagon_nn_get_perfinfo_fn* hexagon_nn_get_perfinfo; member
Dhexagon_nn_interface.h44 using hexagon_nn_get_perfinfo_fn = decltype(hexagon_nn_get_perfinfo);
Dhexagon_implementation.cc71 LOAD_FUNCTION(libhexagon_interface, hexagon_nn_get_perfinfo, hexagon_nn); in CreateNewHexagonInterface()
Dhexagon_delegate_kernel.cc314 if (hexagon_nn_->hexagon_nn_get_perfinfo(graph_id_, perf_data.data(), in PrintPerformanceData()