Searched refs:paramsForInput0 (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, 167 void UnknownDimensionsTest::TestOne(const OperandParams& paramsForInput0, in TestOne() argument 207 auto inputOpd0 = addOperand(paramsForInput0, &input0Scope); in TestOne() 293 ASSERT_EQ(execution.setInput(0, ones, sizeAtSet(paramsForInput0), typeAtSet(paramsForInput0)), in TestOne() 329 const OperandParams paramsForInput0 = GetParam(); in TestAll() local 334 TestOne<T, TensorType>(paramsForInput0, paramsForInput1, paramsForConst, in TestAll()
|