Searched refs:SpecificationLevel (Results 1 – 1 of 1) sorted by relevance
58 enum class SpecificationLevel { enum65 SpecificationLevel, // model construction time66 SpecificationLevel>; // execution time122 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 …]