Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dutils.h33 bool IsNodeSupportedByHexagon(const TfLiteRegistration* registration,
Dhexagon_delegate.cc58 return IsNodeSupportedByHexagon(registration, node, context); in IsNodeSupportedByDelegate()
DREADME.md58 are verified in `IsNodeSupportedByHexagon`:
Dutils.cc121 bool IsNodeSupportedByHexagon(const TfLiteRegistration* registration, in IsNodeSupportedByHexagon() function