Lines Matching refs:mSpecificationLevels
238 mSpecificationLevels = std::move(levels); in SetUp()
242 const SpecificationLevel l = mSpecificationLevels[index]; in getType()
276 const auto kLevel = mSpecificationLevels[index]; in setInOut()
357 (mSpecificationLevels[kIndex0_Model] == SpecificationLevel::FULLY_SPECIFIED || in TestOne()
358 mSpecificationLevels[kIndex2_Model] == SpecificationLevel::FULLY_SPECIFIED || in TestOne()
359 mSpecificationLevels[kIndex4_Model] == SpecificationLevel::FULLY_SPECIFIED)) { in TestOne()
426 const auto kLevel1_Model = mSpecificationLevels[kIndex1_Model]; in expectModelIsValid()
440 const auto kLevel0_Model = mSpecificationLevels[kIndex0_Model]; in expectSetInput0()
441 const auto kLevel0_Execution = mSpecificationLevels[kIndex0_Execution]; in expectSetInput0()
485 const auto kLevel3_Model = mSpecificationLevels[kIndex3_Model]; in expectSetInput1()
486 const auto kLevel3_Execution = mSpecificationLevels[kIndex3_Execution]; in expectSetInput1()
510 const auto kLevel4_Model = mSpecificationLevels[kIndex4_Model]; in expectSetOutput0()
511 const auto kLevel4_Execution = mSpecificationLevels[kIndex4_Execution]; in expectSetOutput0()
587 (mSpecificationLevels[mBadIndex] == SpecificationLevel::UNSPECIFIED_RANK || in TestAll()
588 mSpecificationLevels[mBadIndex] == SpecificationLevel::UNSPECIFIED_TYPE)) { in TestAll()
611 std::vector<SpecificationLevel> mSpecificationLevels; member in __anon35c6848f0110::UnspecifiedDimensionsTest