Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DActivation.cpp622 activation::executeRelu, .allowZeroSizedInput = true);
625 activation::executeRelu1, .allowZeroSizedInput = true);
628 activation::executeRelu6, .allowZeroSizedInput = true);
632 activation::executeLogistic, .allowZeroSizedInput = true);
635 activation::executeTanh, .allowZeroSizedInput = true);
638 activation::executeHardSwish, .allowZeroSizedInput = true);
DPooling.cpp443 pooling::prepare, pooling::executeAveragePool, .allowZeroSizedInput = true);
446 pooling::executeL2Pool, .allowZeroSizedInput = true);
449 pooling::prepare, pooling::executeMaxPool, .allowZeroSizedInput = true);
DQuantize.cpp132 quantize::execute, .allowZeroSizedInput = true);
DResizeImageOps.cpp320 .allowZeroSizedInput = true);
326 .allowZeroSizedInput = true);
DBroadcast.cpp685 broadcast::prepare, broadcast::executeAdd, .allowZeroSizedInput = true);
687 broadcast::prepare, broadcast::executeMul, .allowZeroSizedInput = true);
689 broadcast::prepare, broadcast::executeSub, .allowZeroSizedInput = true);
691 broadcast::prepare, broadcast::executeDiv, .allowZeroSizedInput = true);
DTranspose.cpp177 transpose::execute, .allowOmittedOperand = true, .allowZeroSizedInput = true);
DDequantize.cpp164 dequantize::execute, .allowZeroSizedInput = true);
DSlice.cpp194 .allowZeroSizedInput = true);
DConcatenation.cpp227 concatenation::prepare, concatenation::execute, .allowZeroSizedInput = true);
DFullyConnected.cpp354 .allowZeroSizedInput = true);
DSoftmax.cpp317 .allowZeroSizedInput = true);
DRoiAlign.cpp510 roi_align::execute, .allowZeroSizedInput = true);
DTransposeConv2D.cpp625 transpose_conv_2d::execute, .allowZeroSizedInput = true);
DDepthwiseConv2D.cpp676 depthwise_conv_2d::execute, .allowZeroSizedInput = true);
DConv2D.cpp793 conv_2d::execute, .allowZeroSizedInput = true);
DGenerateProposals.cpp1751 bbox_ops::axis_aligned_bbox_transform::execute, .allowZeroSizedInput = true);
1755 bbox_ops::box_with_nms_limit::execute, .allowZeroSizedInput = true);
/frameworks/ml/nn/common/include/
DOperationResolver.h47 bool allowZeroSizedInput = false; member
/frameworks/ml/nn/common/
DCpuExecutor.cpp1714 success = success && (operationRegistration->flags.allowZeroSizedInput || in executeOperation()