Searched refs:frontHeightPaddingOperand (Results 1 – 1 of 1) sorted by relevance
66 const Operand& frontHeightPaddingOperand = subgraph->operands[operation.inputs[5]]; in decomposeExplicitPadding() local70 NN_RET_CHECK(isOperandConstant(frontHeightPaddingOperand)); in decomposeExplicitPadding()74 int32_t frontHeightPadding = context->getConstantScalar<int32_t>(frontHeightPaddingOperand); in decomposeExplicitPadding()