Searched refs:allowZeroSizedInput (Results 1 – 18 of 18) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Activation.cpp | 587 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);
|
D | Pooling.cpp | 383 pooling::executeAveragePool, .allowZeroSizedInput = true); 385 .allowZeroSizedInput = true); 387 .allowZeroSizedInput = true);
|
D | ResizeImageOps.cpp | 264 .allowZeroSizedInput = true); 271 .allowZeroSizedInput = true);
|
D | Broadcast.cpp | 647 .allowZeroSizedInput = true); 649 .allowZeroSizedInput = true); 651 .allowZeroSizedInput = true); 653 .allowZeroSizedInput = true);
|
D | Quantize.cpp | 105 .allowZeroSizedInput = true);
|
D | Dequantize.cpp | 131 .allowZeroSizedInput = true);
|
D | Transpose.cpp | 154 .allowOmittedOperand = true, .allowZeroSizedInput = true);
|
D | Slice.cpp | 168 .allowZeroSizedInput = true);
|
D | Concatenation.cpp | 197 concatenation::execute, .allowZeroSizedInput = true);
|
D | FullyConnected.cpp | 244 fully_connected::execute, .allowZeroSizedInput = true);
|
D | Softmax.cpp | 283 .allowZeroSizedInput = true);
|
D | RoiAlign.cpp | 459 .allowZeroSizedInput = true);
|
D | TransposeConv2D.cpp | 582 transpose_conv_2d::execute, .allowZeroSizedInput = true);
|
D | DepthwiseConv2D.cpp | 585 depthwise_conv_2d::execute, .allowZeroSizedInput = true);
|
D | GenerateProposals.cpp | 1534 .allowZeroSizedInput = true); 1538 .allowZeroSizedInput = true);
|
D | Conv2D.cpp | 699 .allowZeroSizedInput = true);
|
/packages/modules/NeuralNetworks/common/include/ |
D | OperationResolver.h | 52 bool allowZeroSizedInput = false; member
|
/packages/modules/NeuralNetworks/common/ |
D | CpuExecutor.cpp | 1660 success = success && (operationRegistration->flags.allowZeroSizedInput || in executeOperation()
|