Searched refs:allowZeroSizedInput (Results 1 – 18 of 18) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | Activation.cpp | 622 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);
|
D | Pooling.cpp | 443 pooling::prepare, pooling::executeAveragePool, .allowZeroSizedInput = true); 446 pooling::executeL2Pool, .allowZeroSizedInput = true); 449 pooling::prepare, pooling::executeMaxPool, .allowZeroSizedInput = true);
|
D | Quantize.cpp | 132 quantize::execute, .allowZeroSizedInput = true);
|
D | ResizeImageOps.cpp | 320 .allowZeroSizedInput = true); 326 .allowZeroSizedInput = true);
|
D | Broadcast.cpp | 685 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);
|
D | Transpose.cpp | 177 transpose::execute, .allowOmittedOperand = true, .allowZeroSizedInput = true);
|
D | Dequantize.cpp | 164 dequantize::execute, .allowZeroSizedInput = true);
|
D | Slice.cpp | 194 .allowZeroSizedInput = true);
|
D | Concatenation.cpp | 227 concatenation::prepare, concatenation::execute, .allowZeroSizedInput = true);
|
D | FullyConnected.cpp | 354 .allowZeroSizedInput = true);
|
D | Softmax.cpp | 317 .allowZeroSizedInput = true);
|
D | RoiAlign.cpp | 510 roi_align::execute, .allowZeroSizedInput = true);
|
D | TransposeConv2D.cpp | 625 transpose_conv_2d::execute, .allowZeroSizedInput = true);
|
D | DepthwiseConv2D.cpp | 676 depthwise_conv_2d::execute, .allowZeroSizedInput = true);
|
D | Conv2D.cpp | 793 conv_2d::execute, .allowZeroSizedInput = true);
|
D | GenerateProposals.cpp | 1751 bbox_ops::axis_aligned_bbox_transform::execute, .allowZeroSizedInput = true); 1755 bbox_ops::box_with_nms_limit::execute, .allowZeroSizedInput = true);
|
/frameworks/ml/nn/common/include/ |
D | OperationResolver.h | 47 bool allowZeroSizedInput = false; member
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 1714 success = success && (operationRegistration->flags.allowZeroSizedInput || in executeOperation()
|