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
166 typedef T IntendedMatrix[INTENDED_SIZE][INTENDED_SIZE]; in TestOne()
180 return INTENDED_SIZE; in TestOne()
183 return INTENDED_SIZE; in TestOne()
245 OperandType matrixTypeIntended(TensorType, {INTENDED_SIZE, INTENDED_SIZE}, scale); in TestOne()
246 OperandType matrixTypeFirstOther(TensorType, {OTHER_SIZE, INTENDED_SIZE}, scale); in TestOne()
247 OperandType matrixTypeSecondOther(TensorType, {INTENDED_SIZE, OTHER_SIZE}, scale); in TestOne()
281 : INTENDED_SIZE; in TestOne()
284 : INTENDED_SIZE; in TestOne()