Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/operation_converters/
DConv2DOperationConverter.cpp64 const Operand& frontWidthPaddingOperand = subgraph->operands[operation.inputs[3]]; in decomposeExplicitPadding() local
68 NN_RET_CHECK(isOperandConstant(frontWidthPaddingOperand)); in decomposeExplicitPadding()
76 int32_t frontWidthPadding = context->getConstantScalar<int32_t>(frontWidthPaddingOperand); in decomposeExplicitPadding()