Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/operation_converters/
DDepthwiseConv2DOperationConverter.cpp87 const Operand& isNchwOperand = subgraph->operands[operation.inputs[isNchwIdx]]; in convert() local
88 NN_RET_CHECK(isOperandConstant(isNchwOperand)); in convert()
90 bool isNchw = context->getConstantScalar<bool>(isNchwOperand); in convert()
DConv2DOperationConverter.cpp201 const Operand& isNchwOperand = subgraph->operands[operation.inputs[isNchwIdx]]; in convert() local
202 NN_RET_CHECK(isOperandConstant(isNchwOperand)); in convert()
204 bool isNchw = context->getConstantScalar<bool>(isNchwOperand); in convert()