Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp45 std::ostream& operator<<(std::ostream& os, const HalVersion& halVersion) { in operator <<()
131 static Version convert(HalVersion halVersion) { in convert()
540 static int validateHalVersion(ANeuralNetworksOperationType opType, HalVersion halVersion, in validateHalVersion()
704 HalVersion halVersion, const SubgraphValidationHelper& helper) { in validateOperation()
DLegacyHalUtils.cpp193 static int validateHalVersion(ANeuralNetworksOperationType opType, HalVersion halVersion, in validateHalVersion()
207 const std::vector<Operand>& operands, HalVersion halVersion) { in validateOperation()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp466 #define TEST_SINGLE_OPERATION(operation, halVersion, criteria) \ argument
/packages/modules/NeuralNetworks/runtime/test/
DTestGenerated.cpp417 static std::optional<int64_t> halVersionToFeatureLevel(TestHalVersion halVersion) { in halVersionToFeatureLevel()