Searched defs:halVersion (Results 1 – 4 of 4) sorted by relevance
45 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()
193 static int validateHalVersion(ANeuralNetworksOperationType opType, HalVersion halVersion, in validateHalVersion()207 const std::vector<Operand>& operands, HalVersion halVersion) { in validateOperation()
466 #define TEST_SINGLE_OPERATION(operation, halVersion, criteria) \ argument
417 static std::optional<int64_t> halVersionToFeatureLevel(TestHalVersion halVersion) { in halVersionToFeatureLevel()