Searched refs:IntendedMatrix (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestUnknownDimensions.cpp | 172 typedef T IntendedMatrix[INTENDED_SIZE][INTENDED_SIZE]; in TestOne() typedef 173 static const IntendedMatrix ones = {{1, 1, 1}, {1, 1, 1}, {1, 1, 1}}; in TestOne() 174 static const IntendedMatrix twos = {{2, 2, 2}, {2, 2, 2}, {2, 2, 2}}; in TestOne() 175 static const IntendedMatrix fives = {{5, 5, 5}, {5, 5, 5}, {5, 5, 5}}; in TestOne() 248 IntendedMatrix actual = {{10, 10, 10}, {10, 10, 10}, {10, 10, 10}}; in TestOne()
|