Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/
H A DValidateHal.cpp40 struct ModelToHalVersion<V1_0::Model> { struct
41 static constexpr HalVersion version = HalVersion::V1_0;
44 struct ModelToHalVersion<V1_1::Model> { struct
45 static constexpr HalVersion version = HalVersion::V1_1;
48 struct ModelToHalVersion<V1_2::Model> { struct
49 static constexpr HalVersion version = HalVersion::V1_2;
52 struct ModelToHalVersion<V1_3::Model> { struct
53 static constexpr HalVersion version = HalVersion::V1_3;