Searched refs:paramsForInput0 (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 184 auto inputOpd0 = addOperand(paramsForInput0, &input0Scope); in TestOne() 270 ASSERT_EQ(execution.setInput(0, ones, sizeAtSet(paramsForInput0), typeAtSet(paramsForInput0)), in TestOne() 307 const OperandParams paramsForInput0 = GetParam(); in TestAll() local 311 TestOne<T, TensorType>(paramsForInput0, paramsForInput1, in TestAll()
|