Home
last modified time | relevance | path

Searched refs:paddingTypeOperand (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/operation_converters/
DDepthwiseConv2DOperationConverter.cpp53 const Operand& paddingTypeOperand = subgraph->operands[operation.inputs[3]]; in convert() local
54 NN_RET_CHECK(isOperandConstant(paddingTypeOperand)); in convert()
56 int32_t paddingType = context->getConstantScalar<int32_t>(paddingTypeOperand); in convert()
DConv2DOperationConverter.cpp171 const Operand& paddingTypeOperand = subgraph->operands[operation.inputs[3]]; in convert() local
172 NN_RET_CHECK(isOperandConstant(paddingTypeOperand)); in convert()
174 int32_t paddingType = context->getConstantScalar<int32_t>(paddingTypeOperand); in convert()