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