Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/operation_converters/
DDepthwiseConv2DOperationConverter.cpp90 bool isNchw = context->getConstantScalar<bool>(isNchwOperand); in convert() local
91 NN_RET_CHECK(!isNchw) << "TFLite does not support NCHW formatted input tensors"; in convert()
DConv2DOperationConverter.cpp204 bool isNchw = context->getConstantScalar<bool>(isNchwOperand); in convert() local
205 NN_RET_CHECK(!isNchw) << "TFLite does not support NCHW formatted input tensors"; in convert()