Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DActivation.cpp587 activation::executeRelu, .allowZeroSizedInput = true);
590 activation::executeRelu1, .allowZeroSizedInput = true);
593 activation::executeRelu6, .allowZeroSizedInput = true);
597 activation::executeLogistic, .allowZeroSizedInput = true);
600 activation::executeTanh, .allowZeroSizedInput = true);
604 activation::executeHardSwish, .allowZeroSizedInput = true);
DPooling.cpp383 pooling::executeAveragePool, .allowZeroSizedInput = true);
385 .allowZeroSizedInput = true);
387 .allowZeroSizedInput = true);
DBroadcast.cpp646 .allowZeroSizedInput = true);
648 .allowZeroSizedInput = true);
650 .allowZeroSizedInput = true);
652 .allowZeroSizedInput = true);
DResizeImageOps.cpp264 .allowZeroSizedInput = true);
271 .allowZeroSizedInput = true);
DQuantize.cpp105 .allowZeroSizedInput = true);
DDequantize.cpp131 .allowZeroSizedInput = true);
DTranspose.cpp154 .allowOmittedOperand = true, .allowZeroSizedInput = true);
DSlice.cpp168 .allowZeroSizedInput = true);
DConcatenation.cpp197 concatenation::execute, .allowZeroSizedInput = true);
DFullyConnected.cpp244 fully_connected::execute, .allowZeroSizedInput = true);
DSoftmax.cpp283 .allowZeroSizedInput = true);
DRoiAlign.cpp459 .allowZeroSizedInput = true);
DTransposeConv2D.cpp582 transpose_conv_2d::execute, .allowZeroSizedInput = true);
DDepthwiseConv2D.cpp585 depthwise_conv_2d::execute, .allowZeroSizedInput = true);
DGenerateProposals.cpp1533 .allowZeroSizedInput = true);
1537 .allowZeroSizedInput = true);
DConv2D.cpp699 .allowZeroSizedInput = true);
/packages/modules/NeuralNetworks/common/include/
DOperationResolver.h51 bool allowZeroSizedInput = false; member
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1660 success = success && (operationRegistration->flags.allowZeroSizedInput || in executeOperation()