Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestUnknownDimensions.cpp31 const uint32_t OTHER_SIZE = 2; variable
246 OperandType matrixTypeFirstOther(TensorType, {OTHER_SIZE, INTENDED_SIZE}, scale); in TestOne()
247 OperandType matrixTypeSecondOther(TensorType, {INTENDED_SIZE, OTHER_SIZE}, scale); in TestOne()
248 OperandType matrixTypeBothOther(TensorType, {OTHER_SIZE, OTHER_SIZE}, scale); in TestOne()
280 ? OTHER_SIZE in TestOne()
283 ? OTHER_SIZE in TestOne()