Home
last modified time | relevance | path

Searched defs:hexagon_nn (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dhexagon_implementation.cc47 HexagonNN hexagon_nn; in CreateNewHexagonInterface() local
88 static HexagonNN hexagon_nn = CreateNewHexagonInterface(); in HexagonNNImplementation() local
Dhexagon_delegate_kernel.cc351 auto* hexagon_nn = HexagonNNImplementation(); in Teardown() local
358 auto* hexagon_nn = HexagonNNImplementation(); in InitState() local
Dhexagon_delegate.cc78 auto* hexagon_nn = HexagonNNImplementation(); in VerifyDelegate() local
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dop_builder.h230 GraphBuilder(const HexagonNN* hexagon_nn, TfLiteContext* context, in GraphBuilder()