Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/operation_converters/
DConv2DOperationConverter.cpp66 const Operand& frontHeightPaddingOperand = subgraph->operands[operation.inputs[5]]; in decomposeExplicitPadding() local
70 NN_RET_CHECK(isOperandConstant(frontHeightPaddingOperand)); in decomposeExplicitPadding()
74 int32_t frontHeightPadding = context->getConstantScalar<int32_t>(frontHeightPaddingOperand); in decomposeExplicitPadding()