Searched refs:twos (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestUnknownDimensions.cpp | 151 static const IntendedMatrix twos = { { 2, 2, 2 }, { 2, 2, 2 }, { 2, 2, 2 } }; in TestOne() local 204 model.setOperandValue(constantOpd0, twos, sizeof(twos)); in TestOne() 272 ASSERT_EQ(execution.setInput(1, twos, sizeAtSet(paramsForInput1), typeAtSet(paramsForInput1)), in TestOne()
|