Searched refs:INTENDED_SIZE (Results 1 – 1 of 1) sorted by relevance
30 const uint32_t INTENDED_SIZE = 3; variable149 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()