Home
last modified time | relevance | path

Searched refs:IntendedMatrix (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestUnknownDimensions.cpp149 typedef T IntendedMatrix[INTENDED_SIZE][INTENDED_SIZE]; in TestOne() typedef
150 static const IntendedMatrix ones = { { 1, 1, 1 }, { 1, 1, 1 }, { 1, 1, 1 } }; in TestOne()
151 static const IntendedMatrix twos = { { 2, 2, 2 }, { 2, 2, 2 }, { 2, 2, 2 } }; in TestOne()
152 static const IntendedMatrix fives = { { 5, 5, 5 }, { 5, 5, 5 }, { 5, 5, 5 } }; in TestOne()
227 IntendedMatrix actual = { { 10, 10, 10 }, { 10, 10, 10 }, { 10, 10, 10 } }; in TestOne()