Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DValidateHal.cpp41 struct ModelToHalVersion<V1_0::Model> { struct
42 static constexpr HalVersion version = HalVersion::V1_0;
45 struct ModelToHalVersion<V1_1::Model> { struct
46 static constexpr HalVersion version = HalVersion::V1_1;
49 struct ModelToHalVersion<V1_2::Model> { struct
50 static constexpr HalVersion version = HalVersion::V1_2;
53 struct ModelToHalVersion<V1_3::Model> { struct
54 static constexpr HalVersion version = HalVersion::V1_3;