Home
last modified time | relevance | path

Searched refs:SpecificationLevel (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestUnspecifiedDimensions.cpp58 enum class SpecificationLevel { enum
65 SpecificationLevel, // model construction time
66 SpecificationLevel>; // execution time
122 std::string toString(SpecificationLevel level) { in toString()
124 case SpecificationLevel::FULLY_SPECIFIED: in toString()
126 case SpecificationLevel::UNSPECIFIED_DIM: in toString()
128 case SpecificationLevel::UNSPECIFIED_RANK: in toString()
130 case SpecificationLevel::UNSPECIFIED_TYPE: in toString()
206 std::vector<SpecificationLevel> levels{ in SetUp()
207 SpecificationLevel::UNSPECIFIED_DIM, SpecificationLevel::FULLY_SPECIFIED, in SetUp()
[all …]