Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp158 static Version convert(HalVersion halVersion) { in convert()
572 static int validateHalVersion(ANeuralNetworksOperationType opType, HalVersion halVersion, in validateHalVersion()
736 HalVersion halVersion, const SubgraphValidationHelper& helper) { in validateOperation()
DTypeUtils.cpp897 std::ostream& operator<<(std::ostream& os, const HalVersion& halVersion) { in operator <<()
DLegacyHalUtils.cpp192 static int validateHalVersion(ANeuralNetworksOperationType opType, HalVersion halVersion, in validateHalVersion()
206 const std::vector<Operand>& operands, HalVersion halVersion) { in validateOperation()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp462 #define TEST_SINGLE_OPERATION(operation, halVersion, criteria) \ argument