Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestUnknownDimensions.cpp30 const uint32_t INTENDED_SIZE = 3; variable
171 typedef T IntendedMatrix[INTENDED_SIZE][INTENDED_SIZE]; in TestOne()
185 return INTENDED_SIZE; in TestOne()
188 return INTENDED_SIZE; in TestOne()
250 OperandType matrixTypeIntended(TensorType, {INTENDED_SIZE, INTENDED_SIZE}, scale); in TestOne()
251 OperandType matrixTypeFirstOther(TensorType, {OTHER_SIZE, INTENDED_SIZE}, scale); in TestOne()
252 OperandType matrixTypeSecondOther(TensorType, {INTENDED_SIZE, OTHER_SIZE}, scale); in TestOne()
286 : INTENDED_SIZE; in TestOne()
289 : INTENDED_SIZE; in TestOne()