Lines Matching refs:mSpecificationLevels
215 mSpecificationLevels = std::move(levels); in SetUp()
219 const SpecificationLevel l = mSpecificationLevels[index]; in getType()
253 const auto kLevel = mSpecificationLevels[index]; in setInOut()
334 (mSpecificationLevels[kIndex0_Model] == SpecificationLevel::FULLY_SPECIFIED || in TestOne()
335 mSpecificationLevels[kIndex2_Model] == SpecificationLevel::FULLY_SPECIFIED || in TestOne()
336 mSpecificationLevels[kIndex4_Model] == SpecificationLevel::FULLY_SPECIFIED)) { in TestOne()
396 const auto kLevel1_Model = mSpecificationLevels[kIndex1_Model]; in expectModelIsValid()
408 const auto kLevel0_Model = mSpecificationLevels[kIndex0_Model]; in expectSetInput0()
409 const auto kLevel0_Execution = mSpecificationLevels[kIndex0_Execution]; in expectSetInput0()
436 const auto kLevel3_Model = mSpecificationLevels[kIndex3_Model]; in expectSetInput1()
437 const auto kLevel3_Execution = mSpecificationLevels[kIndex3_Execution]; in expectSetInput1()
460 const auto kLevel4_Model = mSpecificationLevels[kIndex4_Model]; in expectSetOutput0()
461 const auto kLevel4_Execution = mSpecificationLevels[kIndex4_Execution]; in expectSetOutput0()
521 (mSpecificationLevels[mBadIndex] == SpecificationLevel::UNSPECIFIED_RANK || in TestAll()
522 mSpecificationLevels[mBadIndex] == SpecificationLevel::UNSPECIFIED_TYPE)) { in TestAll()
541 std::vector<SpecificationLevel> mSpecificationLevels; member in __anon9006201d0111::UnspecifiedDimensionsTest