Searched refs:isNchw (Results 1 – 2 of 2) sorted by relevance
90 bool isNchw = context->getConstantScalar<bool>(isNchwOperand); in convert() local91 NN_RET_CHECK(!isNchw) << "TFLite does not support NCHW formatted input tensors"; in convert()
204 bool isNchw = context->getConstantScalar<bool>(isNchwOperand); in convert() local205 NN_RET_CHECK(!isNchw) << "TFLite does not support NCHW formatted input tensors"; in convert()