Searched refs:paramsForInput1 (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestUnknownDimensions.cpp | 82 void TestOne(const OperandParams& paramsForInput0, const OperandParams& paramsForInput1, 147 const OperandParams& paramsForInput0, const OperandParams& paramsForInput1, in TestOne() argument 185 auto inputOpd1 = addOperand(paramsForInput1, &input1Scope); in TestOne() 272 ASSERT_EQ(execution.setInput(1, twos, sizeAtSet(paramsForInput1), typeAtSet(paramsForInput1)), in TestOne() 308 for (auto paramsForInput1: ioValues) { in TestAll() local 311 TestOne<T, TensorType>(paramsForInput0, paramsForInput1, in TestAll()
|