Searched refs:kDimAGood (Results 1 – 1 of 1) sorted by relevance
87 constexpr uint32_t kDimAGood = 2; variable256 setDim.push_back(mBadIndex != index ? kDimAGood : kDimABad); in getType()270 n *= (d == 0 ? (mBadIndex != index ? kDimAGood : kDimABad) : d); in getSize()416 std::vector<uint32_t> expectedOutputShape = {valueB, kDimAGood}; in TestOne()425 for (uint32_t i = 0; i < kDimAGood * valueB; i++) { in TestOne()