Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/operation_converters/
DDepthwiseConv2DOperationConverter.cpp70 const Operand& depthwiseMultiplierOperand = in convert() local
75 NN_RET_CHECK(isOperandConstant(depthwiseMultiplierOperand)); in convert()
80 int32_t depthwiseMultiplier = context->getConstantScalar<int32_t>(depthwiseMultiplierOperand); in convert()