Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestUnknownDimensions.cpp30 const uint32_t INTENDED_SIZE = 3; variable
149 typedef T IntendedMatrix[INTENDED_SIZE][INTENDED_SIZE]; in TestOne()
163 return INTENDED_SIZE; in TestOne()
166 return INTENDED_SIZE; in TestOne()
230 OperandType matrixTypeIntended(TensorType, {INTENDED_SIZE, INTENDED_SIZE}, scale); in TestOne()
231 OperandType matrixTypeFirstOther(TensorType, {OTHER_SIZE, INTENDED_SIZE}, scale); in TestOne()
232 OperandType matrixTypeSecondOther(TensorType, {INTENDED_SIZE, OTHER_SIZE}, scale); in TestOne()
265 OTHER_SIZE : INTENDED_SIZE; in TestOne()
267 OTHER_SIZE : INTENDED_SIZE; in TestOne()