Searched refs:sizeAtSet (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestUnknownDimensions.cpp | 262 auto sizeAtSet = [](OperandParams params) { in TestOne() local 270 ASSERT_EQ(execution.setInput(0, ones, sizeAtSet(paramsForInput0), typeAtSet(paramsForInput0)), in TestOne() 272 ASSERT_EQ(execution.setInput(1, twos, sizeAtSet(paramsForInput1), typeAtSet(paramsForInput1)), in TestOne() 274 ASSERT_EQ(execution.setOutput(0, actual, sizeAtSet(paramsForOutput), in TestOne()
|