Searched refs:paramsForInput1 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestUnknownDimensions.cpp | 87 void TestOne(const OperandParams& paramsForInput0, const OperandParams& paramsForInput1, 167 const OperandParams& paramsForInput1, in TestOne() argument 207 auto inputOpd1 = addOperand(paramsForInput1, &input1Scope); in TestOne() 294 ASSERT_EQ(execution.setInput(1, twos, sizeAtSet(paramsForInput1), typeAtSet(paramsForInput1)), in TestOne() 329 for (auto paramsForInput1 : ioValues) { in TestAll() local 333 TestOne<T, TensorType>(paramsForInput0, paramsForInput1, paramsForConst, in TestAll()
|