Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/operation_converters/
DDepthwiseConv2DOperationConverter.cpp101 const Operand& dilationWOperand = subgraph->operands[operation.inputs[dilationWIdx]]; in convert() local
102 NN_RET_CHECK(isOperandConstant(dilationWOperand)); in convert()
104 dilationW = context->getConstantScalar<int32_t>(dilationWOperand); in convert()
DConv2DOperationConverter.cpp215 const Operand& dilationWOperand = subgraph->operands[operation.inputs[dilationWIdx]]; in convert() local
216 NN_RET_CHECK(isOperandConstant(dilationWOperand)); in convert()
218 dilationW = context->getConstantScalar<int32_t>(dilationWOperand); in convert()