Searched refs:fives (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestUnknownDimensions.cpp | 152 static const IntendedMatrix fives = { { 5, 5, 5 }, { 5, 5, 5 }, { 5, 5, 5 } }; in TestOne() local 268 return firstDim * secondDim * sizeof(fives[0][0]); in TestOne() 289 constexpr size_t count = sizeof(fives) / sizeof(fives[0][0]); in TestOne() 290 Operands expected_opds{{0, vec{&fives[0][0], &fives[0][0] + count}}}; in TestOne()
|