Lines Matching defs:MBBIndex
279 for (size_t MBBIndex = 0; MBBIndex < ModelMaxSupportedMBBCount; ++MBBIndex) {
280 ASSERT_FLOAT_EQ(ModelRunner.getTensor<float>(2)[MBBIndex],
281 static_cast<float>(MBBIndex));
282 ASSERT_EQ(ModelRunner.getTensor<int64_t>(3)[MBBIndex],
283 static_cast<int64_t>(MBBIndex));
286 for (size_t MBBIndex = ModelMaxSupportedMBBCount;
287 MBBIndex < ModelMaxSupportedInstructionCount; ++MBBIndex) {
288 ASSERT_EQ(ModelRunner.getTensor<int64_t>(3)[MBBIndex],