24.11
|
#include <RefLayerSupport.hpp>
|
| bool | IsLayerSupported (const LayerType &type, const std::vector< TensorInfo > &infos, const BaseDescriptor &descriptor, const Optional< LstmInputParamsInfo > &lstmParamsInfo, const Optional< QuantizedLstmInputParamsInfo > &, Optional< std::string & > reasonIfUnsupported) const override |
| | Default implementation of the ILayerSupport interface, Backends should implement this as a switch statement for each of their LayerTypes calling their specific backend implementation of IsXXXLayerSupported. More...
|
| |
| bool | IsActivationSupported (const TensorInfo &input, const TensorInfo &output, const ActivationDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsAdditionSupported (const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsArgMinMaxSupported (const TensorInfo &input, const TensorInfo &output, const ArgMinMaxDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsBatchMatMulSupported (const TensorInfo &inputX, const TensorInfo &inputY, const TensorInfo &output, const BatchMatMulDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsBatchNormalizationSupported (const TensorInfo &input, const TensorInfo &output, const TensorInfo &mean, const TensorInfo &var, const TensorInfo &beta, const TensorInfo &gamma, const BatchNormalizationDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsBatchToSpaceNdSupported (const TensorInfo &input, const TensorInfo &output, const BatchToSpaceNdDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsBroadcastToSupported (const TensorInfo &input, const TensorInfo &output, const BroadcastToDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsCastSupported (const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsChannelShuffleSupported (const TensorInfo &input, const TensorInfo &output, const ChannelShuffleDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsComparisonSupported (const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, const ComparisonDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsConcatSupported (const std::vector< const TensorInfo * > inputs, const TensorInfo &output, const OriginsDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsConstantSupported (const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsConvertFp16ToFp32Supported (const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsConvertFp32ToFp16Supported (const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsConvolution2dSupported (const TensorInfo &input, const TensorInfo &output, const Convolution2dDescriptor &descriptor, const TensorInfo &weights, const Optional< TensorInfo > &biases, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsConvolution3dSupported (const TensorInfo &input, const TensorInfo &output, const Convolution3dDescriptor &descriptor, const TensorInfo &weights, const Optional< TensorInfo > &biases, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsDebugSupported (const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsDepthToSpaceSupported (const TensorInfo &input, const TensorInfo &output, const DepthToSpaceDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsDepthwiseConvolutionSupported (const TensorInfo &input, const TensorInfo &output, const DepthwiseConvolution2dDescriptor &descriptor, const TensorInfo &weights, const Optional< TensorInfo > &biases, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsDequantizeSupported (const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsDetectionPostProcessSupported (const TensorInfo &boxEncodings, const TensorInfo &scores, const TensorInfo &anchors, const TensorInfo &detectionBoxes, const TensorInfo &detectionClasses, const TensorInfo &detectionScores, const TensorInfo &numDetections, const DetectionPostProcessDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsDilatedDepthwiseConvolutionSupported (const TensorInfo &input, const TensorInfo &output, const DepthwiseConvolution2dDescriptor &descriptor, const TensorInfo &weights, const Optional< TensorInfo > &biases, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsDivisionSupported (const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsElementwiseUnarySupported (const TensorInfo &input, const TensorInfo &output, const ElementwiseUnaryDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsFakeQuantizationSupported (const TensorInfo &input, const FakeQuantizationDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsFillSupported (const TensorInfo &input, const TensorInfo &output, const FillDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsFloorSupported (const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsFullyConnectedSupported (const TensorInfo &input, const TensorInfo &output, const TensorInfo &weights, const TensorInfo &biases, const FullyConnectedDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsGatherNdSupported (const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsGatherSupported (const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, const GatherDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsInputSupported (const TensorInfo &input, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsInstanceNormalizationSupported (const TensorInfo &input, const TensorInfo &output, const InstanceNormalizationDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsL2NormalizationSupported (const TensorInfo &input, const TensorInfo &output, const L2NormalizationDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsLogicalBinarySupported (const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, const LogicalBinaryDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported) const |
| |
| bool | IsLogSoftmaxSupported (const TensorInfo &input, const TensorInfo &output, const LogSoftmaxDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported) const |
| |
| bool | IsLstmSupported (const TensorInfo &input, const TensorInfo &outputStateIn, const TensorInfo &cellStateIn, const TensorInfo &scratchBuffer, const TensorInfo &outputStateOut, const TensorInfo &cellStateOut, const TensorInfo &output, const LstmDescriptor &descriptor, const LstmInputParamsInfo ¶msInfo, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsMaximumSupported (const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsMeanSupported (const TensorInfo &input, const TensorInfo &output, const MeanDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsMemCopySupported (const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsMinimumSupported (const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsMultiplicationSupported (const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsNormalizationSupported (const TensorInfo &input, const TensorInfo &output, const NormalizationDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsOutputSupported (const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsPadSupported (const TensorInfo &input, const TensorInfo &output, const PadDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsPermuteSupported (const TensorInfo &input, const TensorInfo &output, const PermuteDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsPooling2dSupported (const TensorInfo &input, const TensorInfo &output, const Pooling2dDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsPooling3dSupported (const TensorInfo &input, const TensorInfo &output, const Pooling3dDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsQuantizeSupported (const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsQLstmSupported (const TensorInfo &input, const TensorInfo &previousOutputIn, const TensorInfo &previousCellStateIn, const TensorInfo &outputStateOut, const TensorInfo &cellStateOut, const TensorInfo &output, const QLstmDescriptor &descriptor, const LstmInputParamsInfo ¶msInfo, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsRankSupported (const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsReduceSupported (const TensorInfo &input, const TensorInfo &output, const ReduceDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsReshapeSupported (const TensorInfo &input, const TensorInfo &output, const ReshapeDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsResizeSupported (const TensorInfo &input, const TensorInfo &output, const ResizeDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsReverseV2Supported (const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsScatterNdSupported (const TensorInfo &input, const TensorInfo &indices, const TensorInfo &updates, const TensorInfo &output, const ScatterNdDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsShapeSupported (const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsSliceSupported (const TensorInfo &input, const TensorInfo &output, const SliceDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsSoftmaxSupported (const TensorInfo &input, const TensorInfo &output, const SoftmaxDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsSpaceToBatchNdSupported (const TensorInfo &input, const TensorInfo &output, const SpaceToBatchNdDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsSpaceToDepthSupported (const TensorInfo &input, const TensorInfo &output, const SpaceToDepthDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsSplitterSupported (const TensorInfo &input, const std::vector< std::reference_wrapper< TensorInfo >> &outputs, const ViewsDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsStackSupported (const std::vector< const TensorInfo * > &inputs, const TensorInfo &output, const StackDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsStridedSliceSupported (const TensorInfo &input, const TensorInfo &output, const StridedSliceDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsSubtractionSupported (const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsPreluSupported (const TensorInfo &input, const TensorInfo &alpha, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsTileSupported (const TensorInfo &input, const TensorInfo &output, const TileDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsTransposeConvolution2dSupported (const TensorInfo &input, const TensorInfo &output, const TransposeConvolution2dDescriptor &descriptor, const TensorInfo &weights, const Optional< TensorInfo > &biases, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsTransposeSupported (const TensorInfo &input, const TensorInfo &output, const TransposeDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsUnidirectionalSequenceLstmSupported (const TensorInfo &input, const TensorInfo &outputStateIn, const TensorInfo &cellStateIn, const TensorInfo &outputStateOut, const TensorInfo &cellStateOut, const TensorInfo &output, const UnidirectionalSequenceLstmDescriptor &descriptor, const LstmInputParamsInfo ¶msInfo, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsDetectionPostProcessSupported (const TensorInfo &boxEncodings, const TensorInfo &scores, const TensorInfo &anchors, const TensorInfo &detectionBoxes, const TensorInfo &detectionClasses, const TensorInfo &detectionScores, const TensorInfo &numDetections, const DetectionPostProcessDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsMemCopySupported (const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsMemImportSupported (const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsMergeSupported (const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsQuantizedLstmSupported (const TensorInfo &input, const TensorInfo &previousCellStateIn, const TensorInfo &previousOutputIn, const TensorInfo &cellStateOut, const TensorInfo &output, const QuantizedLstmInputParamsInfo ¶msInfo, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsShapeSupported (const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
| bool | IsStandInSupported (const std::vector< const TensorInfo * > &inputs, const std::vector< const TensorInfo * > &outputs, const StandInDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const |
| |
Definition at line 12 of file RefLayerSupport.hpp.
◆ IsActivationSupported()
Definition at line 560 of file RefLayerSupport.cpp.
565 bool supported =
true;
568 std::array<DataType,6> supportedTypes = {
576 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
577 "Reference activation: input type not supported.");
579 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
580 "Reference activation: output type not supported.");
582 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
583 "Reference activation: input and output types mismatched.");
585 supported &=
CheckSupportRule(ShapesAreSameRank(input, output), reasonIfUnsupported,
586 "Reference activation: input and output shapes are of different rank.");
589 struct ActivationFunctionSupported :
public Rule
591 ActivationFunctionSupported(
const ActivationDescriptor& desc)
593 switch(desc.m_Function)
622 supported &=
CheckSupportRule(ActivationFunctionSupported(descriptor), reasonIfUnsupported,
623 "Reference activation: function not supported.");
References armnn::Abs, armnn::BoundedReLu, armnn::CheckSupportRule(), armnn::Elu, armnn::Float16, armnn::Float32, armnn::Gelu, armnn::HardSwish, armnn::LeakyReLu, armnn::Linear, ActivationDescriptor::m_Function, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, armnn::ReLu, armnn::Sigmoid, armnn::SoftReLu, armnn::Sqrt, armnn::Square, and armnn::TanH.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsAdditionSupported()
Definition at line 628 of file RefLayerSupport.cpp.
633 bool supported =
true;
635 std::array<DataType,7> supportedTypes = {
644 supported &=
CheckSupportRule(TypeAnyOf(input0, supportedTypes), reasonIfUnsupported,
645 "Reference addition: input 0 is not a supported type.");
647 supported &=
CheckSupportRule(TypeAnyOf(input1, supportedTypes), reasonIfUnsupported,
648 "Reference addition: input 1 is not a supported type.");
650 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
651 "Reference addition: output is not a supported type.");
653 supported &=
CheckSupportRule(TypesAreEqual(input0, input1), reasonIfUnsupported,
654 "Reference addition: input 0 and Input 1 types are mismatched");
656 supported &=
CheckSupportRule(TypesAreEqual(input0, output), reasonIfUnsupported,
657 "Reference addition: input and output types are mismatched");
659 supported &=
CheckSupportRule(ShapesAreBroadcastCompatible(input0, input1, output), reasonIfUnsupported,
660 "Reference addition: shapes are not suitable for implicit broadcast.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsArgMinMaxSupported()
Definition at line 665 of file RefLayerSupport.cpp.
671 std::array<DataType, 8> supportedInputTypes =
682 std::array<DataType,2> supportedOutputTypes = {
687 bool supported =
true;
689 supported &=
CheckSupportRule(TypeAnyOf(input, supportedInputTypes), reasonIfUnsupported,
690 "Reference ArgMinMax: input is not a supported type.");
691 supported &=
CheckSupportRule(TypeAnyOf(output, supportedOutputTypes), reasonIfUnsupported,
692 "Reference ArgMinMax: output type not supported");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, armnn::Signed32, and armnn::Signed64.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsBatchMatMulSupported()
Definition at line 697 of file RefLayerSupport.cpp.
705 std::array<DataType, 6> supportedTypes =
714 bool supported =
true;
716 supported &=
CheckSupportRule(TypeAnyOf(inputX, supportedTypes), reasonIfUnsupported,
717 "Reference batch matrix multiplication: input X is not a supported type");
719 supported &=
CheckSupportRule(TypeAnyOf(inputY, supportedTypes), reasonIfUnsupported,
720 "Reference batch matrix multiplication: input Y is not a supported type");
722 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
723 "Reference batch matrix multiplication: output is not a supported type");
725 supported &=
CheckSupportRule(TypesAreEqual(inputX, inputY), reasonIfUnsupported,
726 "Reference batch matrix multiplication: input X and input Y types are mismatched");
728 supported &=
CheckSupportRule(TypesAreEqual(inputX, output), reasonIfUnsupported,
729 "Reference batch matrix multiplication: inputs and output types are mismatched");
731 supported &=
CheckSupportRule(TensorNumDimensionsAreGreaterOrEqualTo(inputX, 2),
733 "Reference batch matrix multiplication: input X is not of rank 2 or greater");
735 supported &=
CheckSupportRule(TensorNumDimensionsAreGreaterOrEqualTo(inputY, 2),
737 "Reference batch matrix multiplication: input Y is not of rank 2 or greater");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsBatchNormalizationSupported()
Definition at line 742 of file RefLayerSupport.cpp.
753 std::array<DataType, 6> supportedTypes =
762 bool supported =
true;
764 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
765 "Reference batch normalization: input is not a supported type.");
767 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
768 "Reference batch normalization: output is not a supported type.");
770 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
771 "Reference batch normalization: input and output types are mismatched");
773 supported &=
CheckSupportRule(TypeAnyOf(mean, supportedTypes), reasonIfUnsupported,
774 "Reference batch normalization: mean is not a supported type.");
776 supported &=
CheckSupportRule(TypeAnyOf(variance, supportedTypes), reasonIfUnsupported,
777 "Reference batch normalization: variance is not a supported type.");
779 supported &=
CheckSupportRule(TypeAnyOf(beta, supportedTypes), reasonIfUnsupported,
780 "Reference batch normalization: beta is not a supported type.");
782 supported &=
CheckSupportRule(TypeAnyOf(gamma, supportedTypes), reasonIfUnsupported,
783 "Reference batch normalization: gamma is not a supported type.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsBatchToSpaceNdSupported()
Definition at line 788 of file RefLayerSupport.cpp.
795 bool supported =
true;
797 std::string batchToSpaceNdLayerStr =
"batchToSpaceNd";
798 std::string inputTensorStr =
"input";
799 std::string outputTensorStr =
"output";
802 std::array<DataType,6> supportedTypes =
811 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
812 "Reference BatchToSpaceNd: input type not supported.");
814 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
815 "Reference BatchToSpaceNd: output type not supported.");
817 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
818 "Reference BatchToSpaceNd: input and output types mismatched.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsBroadcastToSupported()
Definition at line 823 of file RefLayerSupport.cpp.
830 bool supported =
true;
832 std::array<DataType, 8> supportedTypes
844 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
845 "BroadcastTo: input type not supported.");
847 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
848 "BroadcastTo: output type not supported");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, armnn::QSymmS8, armnn::Signed32, and armnn::Signed64.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsCastSupported()
Definition at line 853 of file RefLayerSupport.cpp.
857 std::array<DataType, 10> supportedInputTypes =
869 bool supported =
true;
870 supported &=
CheckSupportRule(TypeAnyOf(input, supportedInputTypes), reasonIfUnsupported,
871 "Reference cast: input is not a supported type");
874 supported &=
CheckSupportRule(TypeAnyOf(output, supportedInputTypes), reasonIfUnsupported,
875 "Reference cast: output is not a supported type");
877 supported &=
CheckSupportRule(ShapesAreSameTotalSize(input, output), reasonIfUnsupported,
878 "Reference cast: input and output shapes have different number of total elements");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, armnn::QSymmS8, armnn::Signed32, and armnn::Signed64.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsChannelShuffleSupported()
Definition at line 883 of file RefLayerSupport.cpp.
889 bool supported =
true;
892 std::array<DataType, 7> supportedTypes =
902 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
903 "Reference ChannelShuffle: input is not a supported type.");
905 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
906 "Reference ChannelShuffle: output is not a supported type.");
908 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
909 "Reference ChannelShuffle: input and output types are mismatched.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::QSymmS8.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsComparisonSupported()
Definition at line 915 of file RefLayerSupport.cpp.
922 std::array<DataType, 8> supportedInputTypes =
933 bool supported =
true;
934 supported &=
CheckSupportRule(TypeAnyOf(input0, supportedInputTypes), reasonIfUnsupported,
935 "Reference comparison: input 0 is not a supported type");
937 supported &=
CheckSupportRule(TypesAreEqual(input0, input1), reasonIfUnsupported,
938 "Reference comparison: input 0 and Input 1 types are mismatched");
941 "Reference comparison: output is not of type Boolean");
943 supported &=
CheckSupportRule(ShapesAreBroadcastCompatible(input0, input1, output), reasonIfUnsupported,
944 "Reference comparison: shapes are not suitable for implicit broadcast.");
References armnn::Boolean, armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsConcatSupported()
Definition at line 949 of file RefLayerSupport.cpp.
956 bool supported =
true;
957 std::array<DataType,7> supportedTypes =
967 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
968 "Reference concatenation: output type not supported");
969 for (
const TensorInfo* input : inputs)
971 supported &=
CheckSupportRule(TypeAnyOf(*input, supportedTypes), reasonIfUnsupported,
972 "Reference concatenation: input type not supported");
974 supported &=
CheckSupportRule(TypesAreEqual(*input, output), reasonIfUnsupported,
975 "Reference concatenation: input and output types mismatched.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsConstantSupported()
Definition at line 981 of file RefLayerSupport.cpp.
984 std::array<DataType, 8> supportedTypes =
996 return CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
997 "Reference constant: output is not a supported type.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, armnn::QSymmS8, armnn::Signed32, and armnn::Signed64.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsConvertFp16ToFp32Supported()
◆ IsConvertFp32ToFp16Supported()
◆ IsConvolution2dSupported()
Definition at line 1040 of file RefLayerSupport.cpp.
1047 bool supported =
true;
1050 std::array<DataType,7> supportedTypes =
1060 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
1061 "Reference Convolution2d: input is not a supported type.");
1063 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
1064 "Reference Convolution2d: output is not a supported type.");
1066 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
1067 "Reference Convolution2d: input and output types mismatched.");
1070 const DataType inputType = input.GetDataType();
1073 std::array<DataType, 3> supportedWeightTypes =
1080 supported &=
CheckSupportRule(TypeAnyOf(weights, supportedWeightTypes), reasonIfUnsupported,
1081 "Reference Convolution2d: weights type not supported for quantized input.");
1085 supported &=
CheckSupportRule(TypeAnyOf(weights, supportedTypes), reasonIfUnsupported,
1086 "Reference Convolution2d: weights is not a supported type.");
1088 supported &=
CheckSupportRule(TypesAreEqual(input, weights), reasonIfUnsupported,
1089 "Reference Convolution2d: input and weights types mismatched.");
1092 if (biases.has_value())
1094 std::array<DataType,4> biasesSupportedTypes =
1101 supported &=
CheckSupportRule(TypeAnyOf(biases.value(), biasesSupportedTypes), reasonIfUnsupported,
1102 "Reference Convolution2d: biases is not a supported type.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, TensorInfo::GetDataType(), OptionalBase::has_value(), armnn::IgnoreUnused(), armnn::IsQuantized8BitType(), armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, armnn::QSymmS8, armnn::Signed32, and OptionalReferenceSwitch< std::is_reference< T >::value, T >::value().
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsConvolution3dSupported()
Definition at line 1109 of file RefLayerSupport.cpp.
1116 bool supported =
true;
1119 std::array<DataType,7> supportedTypes =
1129 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
1130 "Reference Convolution3d: input is not a supported type.");
1132 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
1133 "Reference Convolution3d: output is not a supported type.");
1135 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
1136 "Reference Convolution3d: input and output types mismatched.");
1138 const DataType inputType = input.GetDataType();
1141 std::array<DataType, 3> supportedWeightTypes =
1148 supported &=
CheckSupportRule(TypeAnyOf(weights, supportedWeightTypes), reasonIfUnsupported,
1149 "Reference Convolution3d: weights type not supported for quantized input.");
1153 supported &=
CheckSupportRule(TypeAnyOf(weights, supportedTypes), reasonIfUnsupported,
1154 "Reference Convolution3d: weights is not a supported type.");
1156 supported &=
CheckSupportRule(TypesAreEqual(input, weights), reasonIfUnsupported,
1157 "Reference Convolution3d: input and weights types mismatched.");
1160 if (biases.has_value())
1162 std::array<DataType,4> biasesSupportedTypes =
1169 supported &=
CheckSupportRule(TypeAnyOf(biases.value(), biasesSupportedTypes), reasonIfUnsupported,
1170 "Reference Convolution3d: biases is not a supported type.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, TensorInfo::GetDataType(), OptionalBase::has_value(), armnn::IgnoreUnused(), armnn::IsQuantized8BitType(), armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, armnn::QSymmS8, armnn::Signed32, and OptionalReferenceSwitch< std::is_reference< T >::value, T >::value().
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsDebugSupported()
Definition at line 1177 of file RefLayerSupport.cpp.
1181 bool supported =
true;
1183 std::array<DataType, 8> supportedTypes =
1195 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
1196 "Reference for Debug layer: input type not supported");
1198 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
1199 "Reference for Debug layer: output type not supported");
1201 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
1202 "Reference for Debug layer: input and output types are mismatched");
References armnn::BFloat16, armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, armnn::QSymmS8, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsDepthToSpaceSupported()
Definition at line 1207 of file RefLayerSupport.cpp.
1213 bool supported =
true;
1215 std::array<DataType,6> supportedTypes =
1224 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
1225 "Reference DepthToSpace: input type not supported");
1227 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
1228 "Reference DepthToSpace: output type not supported");
1230 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
1231 "Reference DepthToSpace: input and output types are mismatched");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsDepthwiseConvolutionSupported()
Definition at line 1236 of file RefLayerSupport.cpp.
1244 bool supported =
true;
1247 std::array<DataType,7> supportedTypes =
1257 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
1258 "Reference DepthwiseConvolution2d: input is not a supported type.");
1260 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
1261 "Reference DepthwiseConvolution2d: output is not a supported type.");
1263 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
1264 "Reference DepthwiseConvolution2d: input and output types mismatched.");
1266 const DataType inputType = input.GetDataType();
1269 std::array<DataType, 3> supportedWeightTypes =
1276 supported &=
CheckSupportRule(TypeAnyOf(weights, supportedWeightTypes), reasonIfUnsupported,
1277 "Reference DepthwiseConvolution2d: weights type not supported for "
1278 "quantized input.");
1282 supported &=
CheckSupportRule(TypeAnyOf(weights, supportedTypes), reasonIfUnsupported,
1283 "Reference DepthwiseConvolution2d: weights is not a supported type.");
1285 supported &=
CheckSupportRule(TypesAreEqual(input, weights), reasonIfUnsupported,
1286 "Reference DepthwiseConvolution2d: input and weights types mismatched.");
1289 if (biases.has_value())
1291 std::array<DataType,4> biasesSupportedTypes =
1297 supported &=
CheckSupportRule(TypeAnyOf(biases.value(), biasesSupportedTypes), reasonIfUnsupported,
1298 "Reference DepthwiseConvolution2d: biases is not a supported type.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, TensorInfo::GetDataType(), OptionalBase::has_value(), armnn::IgnoreUnused(), armnn::IsQuantized8BitType(), armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, armnn::QSymmS8, armnn::Signed32, and OptionalReferenceSwitch< std::is_reference< T >::value, T >::value().
Referenced by RefLayerSupport::IsDilatedDepthwiseConvolutionSupported(), and RefLayerSupport::IsLayerSupported().
◆ IsDequantizeSupported()
Definition at line 1305 of file RefLayerSupport.cpp.
1309 bool supported =
true;
1311 std::array<DataType,5> supportedInputTypes = {
1319 supported &=
CheckSupportRule(TypeAnyOf(input, supportedInputTypes), reasonIfUnsupported,
1320 "Reference for Dequantize layer: input type not supported.");
1322 supported &=
CheckSupportRule(TypeNotPerAxisQuantized(input), reasonIfUnsupported,
1323 "Reference for Dequantize layer: per-axis quantized input not supported.");
1325 std::array<DataType,3> supportedOutputTypes = {
1330 supported &=
CheckSupportRule(TypeAnyOf(output, supportedOutputTypes), reasonIfUnsupported,
1331 "Reference for Dequantize layer: output type not supported.");
1333 supported &=
CheckSupportRule(ShapesAreSameTotalSize(input, output), reasonIfUnsupported,
1334 "Reference for Dequantize layer: input/output shapes have different num total "
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::QSymmS8.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsDetectionPostProcessSupported()
Definition at line 1340 of file RefLayerSupport.cpp.
1350 IgnoreUnused(anchors, detectionBoxes, detectionClasses, detectionScores, numDetections, descriptor);
1352 bool supported =
true;
1354 std::array<DataType,6> supportedInputTypes =
1363 supported &=
CheckSupportRule(TypeAnyOf(boxEncodings, supportedInputTypes), reasonIfUnsupported,
1364 "Reference DetectionPostProcess: input 0 is not a supported type.");
1366 supported &=
CheckSupportRule(TypeAnyOf(scores, supportedInputTypes), reasonIfUnsupported,
1367 "Reference DetectionPostProcess: input 1 is not a supported type.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsDilatedDepthwiseConvolutionSupported()
◆ IsDivisionSupported()
Definition at line 1382 of file RefLayerSupport.cpp.
1387 bool supported =
true;
1389 std::array<DataType,7> supportedTypes = {
1398 supported &=
CheckSupportRule(TypeAnyOf(input0, supportedTypes), reasonIfUnsupported,
1399 "Reference division: input 0 is not a supported type.");
1401 supported &=
CheckSupportRule(TypeAnyOf(input1, supportedTypes), reasonIfUnsupported,
1402 "Reference division: input 1 is not a supported type.");
1404 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
1405 "Reference division: output is not a supported type.");
1407 supported &=
CheckSupportRule(TypesAreEqual(input0, input1), reasonIfUnsupported,
1408 "Reference division: input 0 and Input 1 types are mismatched");
1410 supported &=
CheckSupportRule(TypesAreEqual(input0, output), reasonIfUnsupported,
1411 "Reference division: input and output types are mismatched");
1413 supported &=
CheckSupportRule(ShapesAreBroadcastCompatible(input0, input1, output), reasonIfUnsupported,
1414 "Reference division: shapes are not suitable for implicit broadcast.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsElementwiseUnarySupported()
Definition at line 1419 of file RefLayerSupport.cpp.
1426 std::array<DataType, 7> supportedTypes =
1436 std::array<DataType, 1> logicalSupportedTypes =
1441 bool supported =
true;
1445 supported &=
CheckSupportRule(TypeAnyOf(input, logicalSupportedTypes), reasonIfUnsupported,
1446 "Reference elementwise unary: input type not supported");
1448 supported &=
CheckSupportRule(TypeAnyOf(output, logicalSupportedTypes), reasonIfUnsupported,
1449 "Reference elementwise unary: output type not supported");
1453 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
1454 "Reference elementwise unary: input type not supported");
1456 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
1457 "Reference elementwise unary: output type not supported");
1460 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
1461 "Reference elementwise unary: input and output types not matching");
1463 supported &=
CheckSupportRule(ShapesAreSameTotalSize(input, output), reasonIfUnsupported,
1464 "Reference elementwise unary: input and output shapes"
1465 "have different number of total elements");
References armnn::Boolean, armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::LogicalNot, ElementwiseUnaryDescriptor::m_Operation, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsFakeQuantizationSupported()
◆ IsFillSupported()
◆ IsFloorSupported()
◆ IsFullyConnectedSupported()
Definition at line 1534 of file RefLayerSupport.cpp.
1541 bool supported =
true;
1544 std::array<DataType,6> supportedTypes =
1554 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
1555 "Reference Fully Connected: input type not supported.");
1557 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
1558 "Reference Fully Connected: output type not supported.");
1560 supported &=
CheckSupportRule(TypeAnyOf(weights, supportedTypes), reasonIfUnsupported,
1561 "Reference Fully Connected: weights type not supported.");
1563 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
1564 "Reference Fully Connected: input and output types mismatched.");
1566 supported &=
CheckSupportRule(TypeAnyOf(weights, supportedTypes), reasonIfUnsupported,
1567 "Reference Fully Connected: weights is not a supported type.");
1569 supported &=
CheckSupportRule(TypesAreEqual(input, weights), reasonIfUnsupported,
1570 "Reference Fully Connected: input and weights types mismatched.");
1572 if (descriptor.m_BiasEnabled)
1575 std::array<DataType, 5>
1576 supportedBiasTypes =
1584 supported &=
CheckSupportRule(TypeAnyOf(biases, supportedBiasTypes), reasonIfUnsupported,
1585 "Reference Fully Connected: bias type not supported.");
1587 supported &=
CheckSupportRule(BiasAndWeightsTypesMatch(biases, weights), reasonIfUnsupported,
1588 "Reference Fully Connected: bias and weight types mismatch.");
1590 supported &=
CheckSupportRule(BiasAndWeightsTypesCompatible(weights, supportedBiasTypes), reasonIfUnsupported,
1591 "Reference Fully Connected: bias type inferred from weights is incompatible.");
1593 supported &=
CheckSupportRule(TensorNumDimensionsAreCorrect(biases, 1U), reasonIfUnsupported,
1594 "Reference Fully Connected: bias must have 1 dimension.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, FullyConnectedDescriptor::m_BiasEnabled, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, armnn::QSymmS8, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsGatherNdSupported()
Definition at line 1601 of file RefLayerSupport.cpp.
1606 bool supported =
true;
1607 std::array<DataType,7> supportedTypes =
1617 supported &=
CheckSupportRule(TypeAnyOf(input0, supportedTypes), reasonIfUnsupported,
1618 "Reference GatherNd: input type not supported");
1620 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
1621 "Reference GatherNd: output type not supported");
1624 "Reference GatherNd: indices (input1) type not supported");
1626 supported &=
CheckSupportRule(TypesAreEqual(input0, output), reasonIfUnsupported,
1627 "Reference GatherNd: input and output types not matching");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsGatherSupported()
Definition at line 1632 of file RefLayerSupport.cpp.
1638 bool supported =
true;
1639 std::array<DataType,7> supportedTypes =
1651 supported &=
CheckSupportRule(TypeAnyOf(input0, supportedTypes), reasonIfUnsupported,
1652 "Reference Gather: input type not supported");
1654 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
1655 "Reference Gather: output type not supported");
1658 "Reference Gather: indices (input1) type not supported");
1660 supported &=
CheckSupportRule(TypesAreEqual(input0, output), reasonIfUnsupported,
1661 "Reference Gather: input and output types not matching");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, armnn::Signed32, and armnn::Signed64.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsInputSupported()
◆ IsInstanceNormalizationSupported()
Definition at line 1672 of file RefLayerSupport.cpp.
1679 std::array<DataType, 3> supportedTypes =
1685 bool supported =
true;
1687 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
1688 "Reference Instance Normalization: input type not supported.");
1690 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
1691 "Reference Instance Normalization: output type not supported.");
1693 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
1694 "Reference Instance Normalization: input and output types mismatched.");
1696 supported &=
CheckSupportRule(ShapesAreSameTotalSize(input, output), reasonIfUnsupported,
1697 "Reference Instance Normalization: input and output shapes have different "
1698 "num total elements.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, and armnn::IgnoreUnused().
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsL2NormalizationSupported()
Definition at line 1703 of file RefLayerSupport.cpp.
1710 std::array<DataType, 6> supportedTypes =
1719 bool supported =
true;
1721 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
1722 "Reference L2normalization: input type not supported.");
1724 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
1725 "Reference L2normalization: output type not supported.");
1727 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
1728 "Reference L2normalization: input and output types mismatched.");
1730 supported &=
CheckSupportRule(ShapesAreSameTotalSize(input, output), reasonIfUnsupported,
1731 "Reference L2normalization: input and output shapes have different "
1732 "num total elements.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsLayerSupported()
Default implementation of the ILayerSupport interface, Backends should implement this as a switch statement for each of their LayerTypes calling their specific backend implementation of IsXXXLayerSupported.
Reimplemented from LayerSupportBase.
Definition at line 61 of file RefLayerSupport.cpp.
73 *(PolymorphicDowncast<const ActivationDescriptor*>(&descriptor)),
80 *(PolymorphicDowncast<const ArgMinMaxDescriptor*>(&descriptor)),
86 *(PolymorphicDowncast<const BatchMatMulDescriptor*>(&descriptor)),
95 *(PolymorphicDowncast<const BatchNormalizationDescriptor*>
101 *(PolymorphicDowncast<const BatchToSpaceNdDescriptor*>(&descriptor)),
102 reasonIfUnsupported);
106 *(PolymorphicDowncast<const BroadcastToDescriptor*>(&descriptor)),
107 reasonIfUnsupported);
112 *(PolymorphicDowncast<const ComparisonDescriptor*>(&descriptor)),
113 reasonIfUnsupported);
116 std::vector<const TensorInfo*> inputInfos;
117 for (uint32_t i = 0; i < (infos.size() - 1); i++)
119 inputInfos.push_back(&infos[i]);
122 infos[infos.size() - 1],
123 *(PolymorphicDowncast<const OriginsDescriptor*>(&descriptor)),
124 reasonIfUnsupported);
134 if (infos.size() != 4)
136 throw InvalidArgumentException(
"Invalid number of Convolution2d TensorInfos. "
137 "TensorInfos should be of format: {input, output, weights, biases}.");
140 auto desc = *(PolymorphicDowncast<const Convolution2dDescriptor*>(&descriptor));
141 if (infos[3] == TensorInfo())
148 reasonIfUnsupported);
157 reasonIfUnsupported);
163 *(PolymorphicDowncast<const DepthToSpaceDescriptor*>(&descriptor)),
164 reasonIfUnsupported);
167 if (infos.size() != 4)
169 throw InvalidArgumentException(
"Invalid number of DepthwiseConvolution2d TensorInfos. "
170 "TensorInfos should be of format: {input, output, weights, biases}.");
173 auto desc = *(PolymorphicDowncast<const DepthwiseConvolution2dDescriptor*>(&descriptor));
174 if (infos[3] == TensorInfo())
181 reasonIfUnsupported);
190 reasonIfUnsupported);
199 std::array<DataType, 7> supportedTypes =
209 bool supported =
true;
210 supported &=
CheckSupportRule(TypeAnyOf(infos[0], supportedTypes), reasonIfUnsupported,
211 "Reference elementwise unary: input type not supported");
213 supported &=
CheckSupportRule(TypeAnyOf(infos[1], supportedTypes), reasonIfUnsupported,
214 "Reference elementwise unary: input type not supported");
216 supported &=
CheckSupportRule(TypeAnyOf(infos[2], supportedTypes), reasonIfUnsupported,
217 "Reference elementwise unary: output type not supported");
219 supported &=
CheckSupportRule(TypesAreEqual(infos[0], infos[1]), reasonIfUnsupported,
220 "Reference elementwise unary: input types not matching");
222 supported &=
CheckSupportRule(TypesAreEqual(infos[0], infos[2]), reasonIfUnsupported,
223 "Reference elementwise unary: input and output types not matching");
230 *(PolymorphicDowncast<const ElementwiseUnaryDescriptor*>(&descriptor)),
231 reasonIfUnsupported);
235 *(PolymorphicDowncast<const FillDescriptor*>(&descriptor)),
236 reasonIfUnsupported);
244 *(PolymorphicDowncast<const FullyConnectedDescriptor*>(&descriptor)),
245 reasonIfUnsupported);
250 *(PolymorphicDowncast<const GatherDescriptor*>(&descriptor)),
251 reasonIfUnsupported);
256 reasonIfUnsupported);
262 *(PolymorphicDowncast<const InstanceNormalizationDescriptor*>
264 reasonIfUnsupported);
268 *(PolymorphicDowncast<const L2NormalizationDescriptor*>(&descriptor)),
269 reasonIfUnsupported);
274 *(PolymorphicDowncast<const LogicalBinaryDescriptor*>(&descriptor)),
275 reasonIfUnsupported);
279 *(PolymorphicDowncast<const LogSoftmaxDescriptor*>(&descriptor)),
280 reasonIfUnsupported);
289 *(PolymorphicDowncast<const LstmDescriptor*>(&descriptor)),
290 lstmParamsInfo.value(),
291 reasonIfUnsupported);
299 *(PolymorphicDowncast<const QLstmDescriptor*>(&descriptor)),
300 lstmParamsInfo.value(),
301 reasonIfUnsupported);
307 *(PolymorphicDowncast<const MeanDescriptor*>(&descriptor)),
308 reasonIfUnsupported);
316 *(PolymorphicDowncast<const NormalizationDescriptor*>(&descriptor)),
317 reasonIfUnsupported);
323 *(PolymorphicDowncast<const PadDescriptor*>(&descriptor)),
324 reasonIfUnsupported);
328 *(PolymorphicDowncast<const PermuteDescriptor*>(&descriptor)),
329 reasonIfUnsupported);
333 *(PolymorphicDowncast<const Pooling2dDescriptor*>(&descriptor)),
334 reasonIfUnsupported);
342 *(PolymorphicDowncast<const ReshapeDescriptor*>(&descriptor)),
343 reasonIfUnsupported);
347 *(PolymorphicDowncast<const ResizeDescriptor*>(&descriptor)),
348 reasonIfUnsupported);
353 reasonIfUnsupported);
357 *(PolymorphicDowncast<const ReduceDescriptor*>(&descriptor)),
358 reasonIfUnsupported);
364 *(PolymorphicDowncast<const ScatterNdDescriptor*>(&descriptor)),
365 reasonIfUnsupported);
369 *(PolymorphicDowncast<const SliceDescriptor*>(&descriptor)),
370 reasonIfUnsupported);
374 *(PolymorphicDowncast<const SoftmaxDescriptor*>(&descriptor)),
375 reasonIfUnsupported);
379 *(PolymorphicDowncast<const SpaceToBatchNdDescriptor*>(&descriptor)),
380 reasonIfUnsupported);
384 *(PolymorphicDowncast<const SpaceToDepthDescriptor*>(&descriptor)),
385 reasonIfUnsupported);
388 std::vector<TensorInfo> outputInfos;
389 for (uint32_t i = 1; i < infos.size(); i++)
391 outputInfos.push_back(infos[i]);
394 {outputInfos.begin(), outputInfos.end()},
395 *(PolymorphicDowncast<const ViewsDescriptor*>(&descriptor)),
396 reasonIfUnsupported);
400 std::vector<const TensorInfo*> inputInfos;
401 for (uint32_t i = 0; i < infos.size() - 1; i++)
403 inputInfos.push_back(&infos[i]);
406 infos[infos.size() - 1],
407 *(PolymorphicDowncast<const StackDescriptor*>(&descriptor)),
408 reasonIfUnsupported);
413 *(PolymorphicDowncast<const StridedSliceDescriptor*>(&descriptor)),
414 reasonIfUnsupported);
420 *(PolymorphicDowncast<const TileDescriptor*>(&descriptor)),
421 reasonIfUnsupported);
425 *(PolymorphicDowncast<const TransposeDescriptor*>(&descriptor)),
426 reasonIfUnsupported);
429 if (infos.size() != 4)
431 throw InvalidArgumentException(
"Invalid number of TransposeConvolution2d TensorInfos. "
432 "TensorInfos should be of format: {input, output, weights, biases}.");
435 auto desc = *(PolymorphicDowncast<const TransposeConvolution2dDescriptor*>(&descriptor));
436 if (infos[3] == TensorInfo())
443 reasonIfUnsupported);
452 reasonIfUnsupported);
460 *(PolymorphicDowncast<const ChannelShuffleDescriptor*>(&descriptor)),
461 reasonIfUnsupported);
464 if (infos.size() != 4)
466 throw InvalidArgumentException(
"Invalid number of Convolution3d TensorInfos. "
467 "TensorInfos should be of format: {input, output, weights, biases}.");
470 auto desc = *(PolymorphicDowncast<const Convolution3dDescriptor*>(&descriptor));
471 if (infos[3] == TensorInfo())
478 reasonIfUnsupported);
487 reasonIfUnsupported);
500 *(PolymorphicDowncast<const DetectionPostProcessDescriptor*>
502 reasonIfUnsupported);
505 *(PolymorphicDowncast<const FakeQuantizationDescriptor*>(&descriptor)),
506 reasonIfUnsupported);
515 if (infos.size() != 6)
517 throw InvalidArgumentException(
"Invalid number of UnidirectionalSequenceLstm TensorInfos. TensorInfos "
518 "should be of format: {input, outputStateIn, cellStateIn, "
519 "hiddenStateOutputVal, cellStateOutputVal, output}");
521 auto desc = *(PolymorphicDowncast<const UnidirectionalSequenceLstmDescriptor*>(&descriptor));
529 lstmParamsInfo.value(),
530 reasonIfUnsupported);
535 *(PolymorphicDowncast<const Pooling3dDescriptor*>(&descriptor)),
536 reasonIfUnsupported);
551 quantizedLstmInputParamsInfo.value(),
552 reasonIfUnsupported);
References armnn::Activation, armnn::Addition, armnn::ArgMinMax, armnn::BatchMatMul, armnn::BatchNormalization, armnn::BatchToSpaceNd, armnn::BroadcastTo, armnn::Cast, armnn::ChannelShuffle, armnn::CheckSupportRule(), armnn::Comparison, armnn::Concat, armnn::Constant, armnn::ConvertFp16ToFp32, armnn::ConvertFp32ToFp16, armnn::Convolution2d, armnn::Convolution3d, armnn::Debug, armnn::DepthToSpace, armnn::DepthwiseConvolution2d, armnn::Dequantize, armnn::DetectionPostProcess, armnn::Division, armnn::ElementwiseBinary, armnn::ElementwiseUnary, armnn::FakeQuantization, armnn::Fill, armnn::Float16, armnn::Float32, armnn::Floor, armnn::FullyConnected, armnn::Gather, armnn::GatherNd, armnn::Input, armnn::InstanceNormalization, RefLayerSupport::IsActivationSupported(), RefLayerSupport::IsAdditionSupported(), RefLayerSupport::IsArgMinMaxSupported(), RefLayerSupport::IsBatchMatMulSupported(), RefLayerSupport::IsBatchNormalizationSupported(), RefLayerSupport::IsBatchToSpaceNdSupported(), RefLayerSupport::IsBroadcastToSupported(), RefLayerSupport::IsCastSupported(), RefLayerSupport::IsChannelShuffleSupported(), RefLayerSupport::IsComparisonSupported(), RefLayerSupport::IsConcatSupported(), RefLayerSupport::IsConstantSupported(), RefLayerSupport::IsConvertFp16ToFp32Supported(), RefLayerSupport::IsConvertFp32ToFp16Supported(), RefLayerSupport::IsConvolution2dSupported(), RefLayerSupport::IsConvolution3dSupported(), RefLayerSupport::IsDebugSupported(), RefLayerSupport::IsDepthToSpaceSupported(), RefLayerSupport::IsDepthwiseConvolutionSupported(), RefLayerSupport::IsDequantizeSupported(), RefLayerSupport::IsDetectionPostProcessSupported(), RefLayerSupport::IsDivisionSupported(), RefLayerSupport::IsElementwiseUnarySupported(), RefLayerSupport::IsFakeQuantizationSupported(), RefLayerSupport::IsFillSupported(), RefLayerSupport::IsFloorSupported(), RefLayerSupport::IsFullyConnectedSupported(), RefLayerSupport::IsGatherNdSupported(), RefLayerSupport::IsGatherSupported(), RefLayerSupport::IsInputSupported(), RefLayerSupport::IsInstanceNormalizationSupported(), RefLayerSupport::IsL2NormalizationSupported(), RefLayerSupport::IsLogicalBinarySupported(), RefLayerSupport::IsLogSoftmaxSupported(), RefLayerSupport::IsLstmSupported(), RefLayerSupport::IsMaximumSupported(), RefLayerSupport::IsMeanSupported(), RefLayerSupport::IsMemCopySupported(), LayerSupportBase::IsMemImportSupported(), LayerSupportBase::IsMergeSupported(), RefLayerSupport::IsMinimumSupported(), RefLayerSupport::IsMultiplicationSupported(), RefLayerSupport::IsNormalizationSupported(), RefLayerSupport::IsOutputSupported(), RefLayerSupport::IsPadSupported(), RefLayerSupport::IsPermuteSupported(), RefLayerSupport::IsPooling2dSupported(), RefLayerSupport::IsPooling3dSupported(), RefLayerSupport::IsPreluSupported(), RefLayerSupport::IsQLstmSupported(), LayerSupportBase::IsQuantizedLstmSupported(), RefLayerSupport::IsQuantizeSupported(), RefLayerSupport::IsRankSupported(), RefLayerSupport::IsReduceSupported(), RefLayerSupport::IsReshapeSupported(), RefLayerSupport::IsResizeSupported(), RefLayerSupport::IsReverseV2Supported(), RefLayerSupport::IsScatterNdSupported(), RefLayerSupport::IsShapeSupported(), RefLayerSupport::IsSliceSupported(), RefLayerSupport::IsSoftmaxSupported(), RefLayerSupport::IsSpaceToBatchNdSupported(), RefLayerSupport::IsSpaceToDepthSupported(), RefLayerSupport::IsSplitterSupported(), RefLayerSupport::IsStackSupported(), RefLayerSupport::IsStridedSliceSupported(), RefLayerSupport::IsSubtractionSupported(), RefLayerSupport::IsTileSupported(), RefLayerSupport::IsTransposeConvolution2dSupported(), RefLayerSupport::IsTransposeSupported(), RefLayerSupport::IsUnidirectionalSequenceLstmSupported(), armnn::L2Normalization, armnn::LogicalBinary, armnn::LogSoftmax, armnn::Lstm, armnn::Map, armnn::Maximum, armnn::Mean, armnn::MemCopy, armnn::MemImport, armnn::Merge, armnn::Minimum, armnn::Multiplication, armnn::Normalization, armnn::Output, armnn::Pad, armnn::Permute, armnn::Pooling2d, armnn::Pooling3d, armnn::Prelu, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QLstm, armnn::QSymmS16, armnn::Quantize, armnn::QuantizedLstm, armnn::Rank, armnn::Reduce, armnn::Reshape, armnn::Resize, armnn::ReverseV2, armnn::ScatterNd, armnn::Shape, armnn::Signed32, armnn::Slice, armnn::Softmax, armnn::SpaceToBatchNd, armnn::SpaceToDepth, armnn::Splitter, armnn::Stack, armnn::StridedSlice, armnn::Subtraction, armnn::Tile, armnn::Transpose, armnn::TransposeConvolution2d, armnn::UnidirectionalSequenceLstm, armnn::Unmap, and OptionalReferenceSwitch< std::is_reference< T >::value, T >::value().
◆ IsLogicalBinarySupported()
Definition at line 1737 of file RefLayerSupport.cpp.
1745 std::array<DataType, 1> supportedTypes =
1750 bool supported =
true;
1751 supported &=
CheckSupportRule(TypeAnyOf(input0, supportedTypes), reasonIfUnsupported,
1752 "Reference LogicalBinary: input 0 type not supported");
1753 supported &=
CheckSupportRule(TypeAnyOf(input1, supportedTypes), reasonIfUnsupported,
1754 "Reference LogicalBinary: input 1 type not supported");
1756 supported &=
CheckSupportRule(TypesAreEqual(input0, output), reasonIfUnsupported,
1757 "Reference LogicalBinary: input and output types do not match");
1759 supported &=
CheckSupportRule(ShapesAreBroadcastCompatible(input0, input1, output), reasonIfUnsupported,
1760 "Reference LogicalBinary: shapes are not suitable for implicit broadcast.");
References armnn::Boolean, armnn::CheckSupportRule(), and armnn::IgnoreUnused().
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsLogSoftmaxSupported()
Definition at line 1765 of file RefLayerSupport.cpp.
1772 std::array<DataType, 4> supportedTypes =
1780 bool supported =
true;
1781 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
1782 "Reference LogSoftmax: input type not supported");
1784 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
1785 "Reference LogSoftmax: output type not supported");
1787 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
1788 "Reference LogSoftmax: input and output types do not match");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, and armnn::QAsymmU8.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsLstmSupported()
Definition at line 1793 of file RefLayerSupport.cpp.
1807 bool supported =
true;
1809 std::array<DataType,3> supportedTypes = {
1815 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
1816 "Reference Lstm: input is not a supported type.");
1817 supported &=
CheckSupportRule(TypesAreEqual(input, outputStateIn), reasonIfUnsupported,
1818 "Reference Lstm: input and outputStateIn types are mismatched");
1819 supported &=
CheckSupportRule(TypesAreEqual(input, cellStateIn), reasonIfUnsupported,
1820 "Reference Lstm: input and cellStateIn types are mismatched");
1821 supported &=
CheckSupportRule(TypesAreEqual(input, scratchBuffer), reasonIfUnsupported,
1822 "Reference Lstm: input and scratchBuffer types are mismatched");
1823 supported &=
CheckSupportRule(TypesAreEqual(input, outputStateOut), reasonIfUnsupported,
1824 "Reference Lstm: input and outputStateOut types are mismatched");
1825 supported &=
CheckSupportRule(TypesAreEqual(input, cellStateOut), reasonIfUnsupported,
1826 "Reference Lstm: input and cellStateOut types are mismatched");
1828 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
1829 "Reference Lstm: input and output types are mismatched");
1831 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetInputToForgetWeights()), reasonIfUnsupported,
1832 "Reference Lstm: input and InputToForgetWeights types are mismatched");
1833 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetInputToCellWeights()), reasonIfUnsupported,
1834 "Reference Lstm: input and InputToCellWeights types are mismatched");
1835 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetInputToOutputWeights()), reasonIfUnsupported,
1836 "Reference Lstm: input and InputToOutputWeights types are mismatched");
1837 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetRecurrentToForgetWeights()), reasonIfUnsupported,
1838 "Reference Lstm: input and RecurrentToForgetWeights types are mismatched");
1839 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetRecurrentToCellWeights()), reasonIfUnsupported,
1840 "Reference Lstm: input and RecurrentToCellWeights types are mismatched");
1841 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetRecurrentToOutputWeights()), reasonIfUnsupported,
1842 "Reference Lstm: input and RecurrentToOutputWeights types are mismatched");
1843 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetForgetGateBias()), reasonIfUnsupported,
1844 "Reference Lstm: input and ForgetGateBias types are mismatched");
1845 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetCellBias()), reasonIfUnsupported,
1846 "Reference Lstm: input and CellBias types are mismatched");
1847 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetOutputGateBias()), reasonIfUnsupported,
1848 "Reference Lstm: input and OutputGateBias types are mismatched");
1849 if (!descriptor.m_CifgEnabled)
1851 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetInputToInputWeights()), reasonIfUnsupported,
1852 "Reference Lstm: input and InputToInputWeights types are mismatched");
1853 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetRecurrentToInputWeights()),
1854 reasonIfUnsupported,
1855 "Reference Lstm: input and RecurrentToInputWeights types are mismatched");
1856 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetInputGateBias()), reasonIfUnsupported,
1857 "Reference Lstm: input and InputGateBias types are mismatched");
1858 if (descriptor.m_PeepholeEnabled)
1860 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetCellToInputWeights()),
1861 reasonIfUnsupported,
1862 "Reference Lstm: input and CellToInputWeights types are mismatched");
1865 if (descriptor.m_PeepholeEnabled)
1867 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetCellToForgetWeights()), reasonIfUnsupported,
1868 "Reference Lstm: input and CellToForgetWeights types are mismatched");
1869 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetCellToOutputWeights()), reasonIfUnsupported,
1870 "Reference Lstm: input and CellToOutputWeights types are mismatched");
1872 if (descriptor.m_ProjectionEnabled)
1874 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetProjectionWeights()), reasonIfUnsupported,
1875 "Reference Lstm: input and mProjectionWeights types are mismatched");
1876 if (paramsInfo.m_ProjectionBias !=
nullptr)
1878 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetProjectionBias()), reasonIfUnsupported,
1879 "Reference Lstm: input and ProjectionBias types are mismatched");
1882 if (descriptor.m_LayerNormEnabled)
1884 if (!descriptor.m_CifgEnabled)
1886 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetInputLayerNormWeights()),
1887 reasonIfUnsupported,
1888 "Reference Lstm: input and InputLayerNormWeights types are mismatched");
1890 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetForgetLayerNormWeights()),
1891 reasonIfUnsupported,
1892 "Reference Lstm: input and ForgetLayerNormWeights types are mismatched");
1893 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetCellLayerNormWeights()),
1894 reasonIfUnsupported,
1895 "Reference Lstm: input and CellLayerNormWeights types are mismatched");
1896 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetOutputLayerNormWeights()),
1897 reasonIfUnsupported,
1898 "Reference Lstm: input and OutputLayerNormWeights types are mismatched");
References armnn::CheckSupportRule(), armnn::Float32, LstmInputParamsInfo::GetCellBias(), LstmInputParamsInfo::GetCellLayerNormWeights(), LstmInputParamsInfo::GetCellToForgetWeights(), LstmInputParamsInfo::GetCellToInputWeights(), LstmInputParamsInfo::GetCellToOutputWeights(), LstmInputParamsInfo::GetForgetGateBias(), LstmInputParamsInfo::GetForgetLayerNormWeights(), LstmInputParamsInfo::GetInputGateBias(), LstmInputParamsInfo::GetInputLayerNormWeights(), LstmInputParamsInfo::GetInputToCellWeights(), LstmInputParamsInfo::GetInputToForgetWeights(), LstmInputParamsInfo::GetInputToInputWeights(), LstmInputParamsInfo::GetInputToOutputWeights(), LstmInputParamsInfo::GetOutputGateBias(), LstmInputParamsInfo::GetOutputLayerNormWeights(), LstmInputParamsInfo::GetProjectionBias(), LstmInputParamsInfo::GetProjectionWeights(), LstmInputParamsInfo::GetRecurrentToCellWeights(), LstmInputParamsInfo::GetRecurrentToForgetWeights(), LstmInputParamsInfo::GetRecurrentToInputWeights(), LstmInputParamsInfo::GetRecurrentToOutputWeights(), armnn::IgnoreUnused(), LstmDescriptor::m_CifgEnabled, LstmDescriptor::m_LayerNormEnabled, LstmDescriptor::m_PeepholeEnabled, LstmInputParamsInfo::m_ProjectionBias, LstmDescriptor::m_ProjectionEnabled, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsMaximumSupported()
Definition at line 1904 of file RefLayerSupport.cpp.
1909 bool supported =
true;
1911 std::array<DataType,7> supportedTypes = {
1920 supported &=
CheckSupportRule(TypeAnyOf(input0, supportedTypes), reasonIfUnsupported,
1921 "Reference maximum: input 0 is not a supported type.");
1923 supported &=
CheckSupportRule(TypeAnyOf(input1, supportedTypes), reasonIfUnsupported,
1924 "Reference maximum: input 1 is not a supported type.");
1926 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
1927 "Reference maximum: output is not a supported type.");
1929 supported &=
CheckSupportRule(TypesAreEqual(input0, input1), reasonIfUnsupported,
1930 "Reference maximum: input 0 and Input 1 types are mismatched");
1932 supported &=
CheckSupportRule(TypesAreEqual(input0, output), reasonIfUnsupported,
1933 "Reference maximum: input and output types are mismatched");
1935 supported &=
CheckSupportRule(ShapesAreBroadcastCompatible(input0, input1, output), reasonIfUnsupported,
1936 "Reference maximum: shapes are not suitable for implicit broadcast.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsMeanSupported()
Definition at line 1941 of file RefLayerSupport.cpp.
1946 bool supported =
true;
1947 std::string meanLayerStr =
"Mean";
1948 std::string outputTensorStr =
"output";
1950 std::array<DataType,6> supportedTypes =
1960 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
1961 "Reference Mean: input type not supported.");
1963 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
1964 "Reference Mean: input and output types are mismatched");
1966 if (descriptor.m_KeepDims)
1968 supported &=
CheckSupportRule(TensorNumDimensionsAreCorrect(output, input.GetNumDimensions()),
1969 reasonIfUnsupported,
1970 CreateIncorrectDimensionsErrorMsg(input.GetNumDimensions(),
1971 output.GetNumDimensions(),
1972 meanLayerStr, outputTensorStr).data());
1974 else if (descriptor.m_Axis.empty())
1977 reasonIfUnsupported,
1978 CreateIncorrectDimensionsErrorMsg(1, output.GetNumDimensions(),
1979 meanLayerStr, outputTensorStr).data());
1983 auto outputDim = input.GetNumDimensions() - armnn::numeric_cast<unsigned int>(descriptor.m_Axis.size());
1987 supported &=
CheckSupportRule(TensorNumDimensionsAreCorrect(output, outputDim),
1988 reasonIfUnsupported,
1989 CreateIncorrectDimensionsErrorMsg(outputDim, output.GetNumDimensions(),
1990 meanLayerStr, outputTensorStr).data());
1995 reasonIfUnsupported,
1996 CreateIncorrectDimensionsErrorMsg(1, output.GetNumDimensions(),
1997 meanLayerStr, outputTensorStr).data());
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, TensorInfo::GetNumDimensions(), MeanDescriptor::m_Axis, MeanDescriptor::m_KeepDims, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::QSymmS8.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsMemCopySupported()
Definition at line 2004 of file RefLayerSupport.cpp.
2008 bool supported =
true;
2010 std::array<DataType,7> supportedTypes =
2021 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2022 "Reference MemCopy: input type not supported");
2024 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2025 "Reference MemCopy: output type not supported");
2027 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
2028 "Reference MemCopy: input and output types are mismatched");
References armnn::BFloat16, armnn::Boolean, armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsMinimumSupported()
Definition at line 2033 of file RefLayerSupport.cpp.
2038 bool supported =
true;
2040 std::array<DataType,7> supportedTypes = {
2049 supported &=
CheckSupportRule(TypeAnyOf(input0, supportedTypes), reasonIfUnsupported,
2050 "Reference minimum: input 0 is not a supported type.");
2052 supported &=
CheckSupportRule(TypeAnyOf(input1, supportedTypes), reasonIfUnsupported,
2053 "Reference minimum: input 1 is not a supported type.");
2055 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2056 "Reference minimum: output is not a supported type.");
2058 supported &=
CheckSupportRule(TypesAreEqual(input0, input1), reasonIfUnsupported,
2059 "Reference minimum: input 0 and Input 1 types are mismatched");
2061 supported &=
CheckSupportRule(TypesAreEqual(input0, output), reasonIfUnsupported,
2062 "Reference minimum: input and output types are mismatched");
2064 supported &=
CheckSupportRule(ShapesAreBroadcastCompatible(input0, input1, output), reasonIfUnsupported,
2065 "Reference minimum: shapes are not suitable for implicit broadcast.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsMultiplicationSupported()
Definition at line 2070 of file RefLayerSupport.cpp.
2075 bool supported =
true;
2077 std::array<DataType,7> supportedTypes = {
2086 supported &=
CheckSupportRule(TypeAnyOf(input0, supportedTypes), reasonIfUnsupported,
2087 "Reference multiplication: input 0 is not a supported type.");
2089 supported &=
CheckSupportRule(TypeAnyOf(input1, supportedTypes), reasonIfUnsupported,
2090 "Reference multiplication: input 1 is not a supported type.");
2092 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2093 "Reference multiplication: output is not a supported type.");
2095 supported &=
CheckSupportRule(TypesAreEqual(input0, input1), reasonIfUnsupported,
2096 "Reference multiplication: input 0 and Input 1 types are mismatched");
2098 supported &=
CheckSupportRule(TypesAreEqual(input0, output), reasonIfUnsupported,
2099 "Reference multiplication: input and output types are mismatched");
2101 supported &=
CheckSupportRule(ShapesAreBroadcastCompatible(input0, input1, output), reasonIfUnsupported,
2102 "Reference multiplication: shapes are not suitable for implicit broadcast.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsNormalizationSupported()
Definition at line 2107 of file RefLayerSupport.cpp.
2115 std::array<DataType, 6> supportedTypes =
2124 bool supported =
true;
2126 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2127 "Reference normalization: input type not supported.");
2129 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2130 "Reference normalization: output type not supported.");
2132 supported &=
CheckSupportRule(ShapesAreSameTotalSize(input, output), reasonIfUnsupported,
2133 "Reference normalization: input and output shapes have different "
2134 "num total elements.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsOutputSupported()
◆ IsPadSupported()
Definition at line 2145 of file RefLayerSupport.cpp.
2151 bool supported =
true;
2154 std::array<DataType,6> supportedTypes =
2163 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2164 "Reference pad: input is not a supported type.");
2166 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2167 "Reference pad: output is not a supported type.");
2169 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
2170 "Reference pad: input and output types are mismatched.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsPermuteSupported()
Definition at line 2175 of file RefLayerSupport.cpp.
2181 bool supported =
true;
2184 std::array<DataType, 6> supportedTypes =
2194 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2195 "Reference permute: input is not a supported type.");
2197 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2198 "Reference permute: output is not a supported type.");
2200 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
2201 "Reference permute: input and output types are mismatched.");
References armnn::BFloat16, armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsPooling2dSupported()
Definition at line 2206 of file RefLayerSupport.cpp.
2212 bool supported =
true;
2215 std::array<DataType,6> supportedTypes =
2224 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2225 "Reference poolind2d: input is not a supported type.");
2227 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2228 "Reference poolind2d: output is not a supported type.");
2230 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
2231 "Reference poolind2d: input and output types are mismatched.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsPooling3dSupported()
Definition at line 2236 of file RefLayerSupport.cpp.
2242 bool supported =
true;
2245 std::array<DataType,6> supportedTypes =
2254 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2255 "Reference poolind3d: input is not a supported type.");
2257 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2258 "Reference poolind3d: output is not a supported type.");
2260 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
2261 "Reference poolind3d: input and output types are mismatched.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsPreluSupported()
Definition at line 2782 of file RefLayerSupport.cpp.
2787 bool supported =
true;
2789 std::array<DataType, 6> supportedTypes
2798 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2799 "PReLU: input is not a supported type.");
2801 supported &=
CheckSupportRule(TypeAnyOf(alpha, supportedTypes), reasonIfUnsupported,
2802 "PReLU: alpha is not a supported type.");
2804 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2805 "PReLU: output is not a supported type.");
2807 supported &=
CheckSupportRule(TypesAreEqual(input, alpha, output), reasonIfUnsupported,
2808 "PReLU: input, alpha and output types are mismatched");
2810 supported &=
CheckSupportRule(ShapesAreBroadcastCompatible(input, alpha, output), reasonIfUnsupported,
2811 "PReLU: shapes are not suitable for implicit broadcast");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsQLstmSupported()
◆ IsQuantizeSupported()
Definition at line 2291 of file RefLayerSupport.cpp.
2295 bool supported =
true;
2298 std::array<DataType,7> supportedInputTypes = {
2307 supported &=
CheckSupportRule(TypeAnyOf(input, supportedInputTypes), reasonIfUnsupported,
2308 "Reference quantize: input type not supported.");
2311 std::array<DataType,4> supportedOutputTypes = {
2317 supported &=
CheckSupportRule(TypeAnyOf(output, supportedOutputTypes), reasonIfUnsupported,
2318 "Reference quantize: output type not supported.");
2320 supported &=
CheckSupportRule(ShapesAreSameTotalSize(input, output), reasonIfUnsupported,
2321 "Reference quantize: input and output shapes have different num total elements.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::QSymmS8.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsRankSupported()
◆ IsReduceSupported()
Definition at line 2341 of file RefLayerSupport.cpp.
2347 bool supported =
true;
2348 std::array<DataType,7> supportedTypes =
2358 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2359 "Reference Reduce: input type not supported");
2361 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2362 "Reference Reduce: output type not supported");
2364 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
2365 "Reference Reduce: input and output types not matching");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsReshapeSupported()
Definition at line 2370 of file RefLayerSupport.cpp.
2378 std::array<DataType,8> supportedOutputTypes =
2390 return CheckSupportRule(TypeAnyOf(input, supportedOutputTypes), reasonIfUnsupported,
2391 "Reference reshape: input type not supported.");
References armnn::BFloat16, armnn::Boolean, armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsResizeSupported()
Definition at line 2394 of file RefLayerSupport.cpp.
2400 bool supported =
true;
2401 std::array<DataType,7> supportedTypes =
2412 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2413 "Reference Resize: input type not supported");
2415 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2416 "Reference Resize: output type not supported");
2418 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
2419 "Reference Resize: input and output types not matching");
References armnn::BFloat16, armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::QSymmS8.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsReverseV2Supported()
Definition at line 2424 of file RefLayerSupport.cpp.
2429 bool supported =
true;
2431 std::array<DataType,8> supportedTypes =
2443 supported &=
CheckSupportRule(TypeAnyOf(input0, supportedTypes), reasonIfUnsupported,
2444 "Reference ReverseV2: input0 type not supported");
2446 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2447 "Reference ReverseV2: output type not supported");
2449 supported &=
CheckSupportRule(TypesAreEqual(input0, output), reasonIfUnsupported,
2450 "Reference ReverseV2: input0 and output types not matching");
2452 std::array<DataType,6> input2SupportedTypes =
2457 supported &=
CheckSupportRule(TypeAnyOf(input1, input2SupportedTypes), reasonIfUnsupported,
2458 "Reference ReverseV2: input1 type not supported");
References armnn::BFloat16, armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, armnn::QSymmS8, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsScatterNdSupported()
Definition at line 2463 of file RefLayerSupport.cpp.
2472 bool supported =
true;
2474 std::array<DataType, 7> supportedTypes
2485 std::array<DataType, 1> indicesSupportedTypes =
2490 supported &=
CheckSupportRule(TypeAnyOf(indices, indicesSupportedTypes), reasonIfUnsupported,
2491 "ScatterNd: indices type not supported.");
2493 supported &=
CheckSupportRule(TypeAnyOf(updates, supportedTypes), reasonIfUnsupported,
2494 "ScatterNd: updates type not supported.");
2496 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2497 "ScatterNd: output type not supported");
2499 supported &=
CheckSupportRule(TypesAreEqual(updates, output), reasonIfUnsupported,
2500 "ScatterNd: input and updates types are mismatched");
2502 if (descriptor.m_InputEnabled)
2505 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2506 "ScatterNd: input type not supported.");
2508 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
2509 "ScatterNd: input and output types are mismatched");
2514 supported &=
CheckSupportRule(TypeAnyOf(input, indicesSupportedTypes), reasonIfUnsupported,
2515 "ScatterNd: shape type not supported.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), ScatterNdDescriptor::m_InputEnabled, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, armnn::QSymmS8, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsShapeSupported()
◆ IsSliceSupported()
Definition at line 2539 of file RefLayerSupport.cpp.
2545 bool supported =
true;
2547 std::array<DataType, 5> supportedTypes =
2556 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2557 "Reference Slice: input type not supported");
2559 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2560 "Reference Slice: output type not supported");
2562 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
2563 "Reference Slice: input and output types are mismatched");
References armnn::CheckSupportRule(), armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsSoftmaxSupported()
Definition at line 2568 of file RefLayerSupport.cpp.
2574 bool supported =
true;
2575 std::array<DataType,7> supportedTypes =
2585 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2586 "Reference Softmax: output type not supported");
2588 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2589 "Reference Softmax: input type not supported");
2591 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
2592 "Reference Softmax: input type not supported");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::QSymmS8.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsSpaceToBatchNdSupported()
Definition at line 2597 of file RefLayerSupport.cpp.
2603 bool supported =
true;
2604 std::array<DataType,6> supportedTypes =
2613 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2614 "Reference SpaceToBatchNd: input type not supported");
2616 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2617 "Reference SpaceToBatchNd: output type not supported");
2619 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
2620 "Reference SpaceToBatchNd: input and output types are mismatched");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsSpaceToDepthSupported()
Definition at line 2625 of file RefLayerSupport.cpp.
2632 bool supported =
true;
2634 std::array<DataType,6> supportedTypes =
2643 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2644 "Reference SpaceToDepth: input type not supported");
2646 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2647 "Reference SpaceToDepth: output type not supported");
2649 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
2650 "Reference SpaceToDepth: input and output types are mismatched");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsSplitterSupported()
Definition at line 2655 of file RefLayerSupport.cpp.
2661 bool supported =
true;
2662 std::array<DataType,6> supportedTypes =
2671 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2672 "Reference splitter: output type not supported");
2673 for (
const TensorInfo& output : outputs)
2675 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2676 "Reference splitter: input type not supported");
2678 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
2679 "Reference splitter: input and output types mismatched.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsStackSupported()
Definition at line 2685 of file RefLayerSupport.cpp.
2692 bool supported =
true;
2693 std::array<DataType,7> supportedTypes =
2703 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2704 "Reference stack: output type not supported");
2705 for (
const TensorInfo* input : inputs)
2707 supported &=
CheckSupportRule(TypeAnyOf(*input, supportedTypes), reasonIfUnsupported,
2708 "Reference stack: input type not supported");
2710 supported &=
CheckSupportRule(TypesAreEqual(*input, output), reasonIfUnsupported,
2711 "Reference stack: input and output types mismatched.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsStridedSliceSupported()
Definition at line 2717 of file RefLayerSupport.cpp.
2723 bool supported =
true;
2725 std::array<DataType,5> supportedTypes =
2733 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2734 "Reference StridedSlice: input type not supported");
2736 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2737 "Reference StridedSlice: output type not supported");
2739 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
2740 "Reference StridedSlice: input and output types are mismatched");
References armnn::CheckSupportRule(), armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsSubtractionSupported()
Definition at line 2745 of file RefLayerSupport.cpp.
2750 bool supported =
true;
2752 std::array<DataType,7> supportedTypes = {
2761 supported &=
CheckSupportRule(TypeAnyOf(input0, supportedTypes), reasonIfUnsupported,
2762 "Reference subtraction: input 0 is not a supported type.");
2764 supported &=
CheckSupportRule(TypeAnyOf(input1, supportedTypes), reasonIfUnsupported,
2765 "Reference subtraction: input 1 is not a supported type.");
2767 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2768 "Reference subtraction: output is not a supported type.");
2770 supported &=
CheckSupportRule(TypesAreEqual(input0, input1), reasonIfUnsupported,
2771 "Reference subtraction: input 0 and Input 1 types are mismatched");
2773 supported &=
CheckSupportRule(TypesAreEqual(input0, output), reasonIfUnsupported,
2774 "Reference subtraction: input and output types are mismatched");
2776 supported &=
CheckSupportRule(ShapesAreBroadcastCompatible(input0, input1, output), reasonIfUnsupported,
2777 "Reference subtraction: shapes are not suitable for implicit broadcast.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsTileSupported()
Definition at line 2816 of file RefLayerSupport.cpp.
2823 bool supported =
true;
2825 std::array<DataType, 8> supportedTypes
2837 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2838 "Tile: input type not supported.");
2840 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2841 "Tile: output type not supported");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, armnn::QSymmS8, armnn::Signed32, and armnn::Signed64.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsTransposeConvolution2dSupported()
Definition at line 2846 of file RefLayerSupport.cpp.
2854 bool supported =
true;
2856 std::array<DataType,7> supportedTypes =
2866 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2867 "Reference TransposeConvolution2d: input is not a supported type.");
2869 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2870 "Reference TransposeConvolution2d: output is not a supported type.");
2872 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
2873 "Reference TransposeConvolution2d: input and output types mismatched.");
2876 const DataType inputType = input.GetDataType();
2879 std::array<DataType, 3> supportedWeightTypes =
2886 supported &=
CheckSupportRule(TypeAnyOf(weights, supportedWeightTypes), reasonIfUnsupported,
2887 "Reference TransposeConvolution2d: weights type not supported for "
2888 "quantized input.");
2892 supported &=
CheckSupportRule(TypeAnyOf(weights, supportedTypes), reasonIfUnsupported,
2893 "Reference TransposeConvolution2d: weights is not a supported type.");
2895 supported &=
CheckSupportRule(TypesAreEqual(input, weights), reasonIfUnsupported,
2896 "Reference TransposeConvolution2d: input and weights types mismatched.");
2899 if (biases.has_value())
2901 std::array<DataType,4> biasesSupportedTypes =
2907 supported &=
CheckSupportRule(TypeAnyOf(biases.value(), biasesSupportedTypes), reasonIfUnsupported,
2908 "Reference TransposeConvolution2d: biases is not a supported type.");
References armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, TensorInfo::GetDataType(), OptionalBase::has_value(), armnn::IgnoreUnused(), armnn::IsQuantized8BitType(), armnn::QAsymmS8, armnn::QAsymmU8, armnn::QSymmS16, armnn::QSymmS8, armnn::Signed32, and OptionalReferenceSwitch< std::is_reference< T >::value, T >::value().
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsTransposeSupported()
Definition at line 2914 of file RefLayerSupport.cpp.
2920 bool supported =
true;
2923 std::array<DataType, 6> supportedTypes =
2933 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2934 "Reference transpose: input is not a supported type.");
2936 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2937 "Reference transpose: output is not a supported type.");
2939 supported &=
CheckSupportRule(TypesAreEqual(input, output), reasonIfUnsupported,
2940 "Reference transpose: input and output types are mismatched.");
References armnn::BFloat16, armnn::CheckSupportRule(), armnn::Float16, armnn::Float32, armnn::IgnoreUnused(), armnn::QAsymmS8, armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by RefLayerSupport::IsLayerSupported().
◆ IsUnidirectionalSequenceLstmSupported()
Definition at line 2945 of file RefLayerSupport.cpp.
2962 bool supported =
true;
2964 std::array<DataType, 2> supportedTypes =
2970 std::array<DataType, 2> supportedWeightTypes =
2976 std::array<DataType, 3> supportedBiasTypes =
2984 supported &=
CheckSupportRule(TypeAnyOf(input, supportedTypes), reasonIfUnsupported,
2985 "Reference UnidirectionalSequenceLstm: input is not a supported type.");
2986 supported &=
CheckSupportRule(TypeAnyOf(output, supportedTypes), reasonIfUnsupported,
2987 "Reference UnidirectionalSequenceLstm: output is not a supported type.");
2990 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetInputToForgetWeights(), supportedWeightTypes),
2991 reasonIfUnsupported,
2992 "Reference UnidirectionalSequenceLstm: InputToForgetWeights "
2993 "is not a supported type.");
2994 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetInputToCellWeights(), supportedWeightTypes),
2995 reasonIfUnsupported,
2996 "Reference UnidirectionalSequenceLstm: InputToCellWeights is not a supported type.");
2997 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetInputToOutputWeights(), supportedWeightTypes),
2998 reasonIfUnsupported,
2999 "Reference UnidirectionalSequenceLstm: InputToOutputWeights "
3000 "is not a supported type.");
3001 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetRecurrentToForgetWeights(), supportedWeightTypes),
3002 reasonIfUnsupported,
3003 "Reference UnidirectionalSequenceLstm: RecurrentToForgetWeights "
3004 "is not a supported type.");
3005 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetRecurrentToCellWeights(), supportedWeightTypes),
3006 reasonIfUnsupported,
3007 "Reference UnidirectionalSequenceLstm: RecurrentToCellWeights "
3008 "is not a supported type.");
3009 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetRecurrentToOutputWeights(), supportedWeightTypes),
3010 reasonIfUnsupported,
3011 "Reference UnidirectionalSequenceLstm: RecurrentToOutputWeights "
3012 "is not a supported type.");
3014 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetForgetGateBias(), supportedBiasTypes), reasonIfUnsupported,
3015 "Reference UnidirectionalSequenceLstm: ForgetGateBias is not a supported type.");
3016 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetCellBias(), supportedBiasTypes), reasonIfUnsupported,
3017 "Reference UnidirectionalSequenceLstm: CellBias is not a supported type.");
3018 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetOutputGateBias(), supportedBiasTypes), reasonIfUnsupported,
3019 "Reference UnidirectionalSequenceLstm: OutputGateBias is not a supported type.");
3020 if (!descriptor.m_CifgEnabled)
3022 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetInputToInputWeights(), supportedWeightTypes),
3023 reasonIfUnsupported,
3024 "Reference UnidirectionalSequenceLstm: InputToInputWeights "
3025 "is not a supported type.");
3026 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetRecurrentToInputWeights(), supportedWeightTypes),
3027 reasonIfUnsupported,
3028 "Reference UnidirectionalSequenceLstm: RecurrentToInputWeights "
3029 "is not a supported type.");
3030 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetInputGateBias(), supportedBiasTypes), reasonIfUnsupported,
3031 "Reference UnidirectionalSequenceLstm: InputGateBias is not a supported type.");
3032 if (descriptor.m_PeepholeEnabled)
3034 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetCellToInputWeights(), supportedWeightTypes),
3035 reasonIfUnsupported,
3036 "Reference UnidirectionalSequenceLstm: CellToInputWeights "
3037 "is not a supported type.");
3040 if (descriptor.m_PeepholeEnabled)
3042 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetCellToForgetWeights(), supportedWeightTypes),
3043 reasonIfUnsupported,
3044 "Reference UnidirectionalSequenceLstm: CellToForgetWeights "
3045 "is not a supported type.");
3046 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetCellToOutputWeights(), supportedWeightTypes),
3047 reasonIfUnsupported,
3048 "Reference UnidirectionalSequenceLstm: CellToOutputWeights "
3049 "is not a supported type.");
3051 if (descriptor.m_ProjectionEnabled)
3053 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetProjectionWeights(), supportedWeightTypes),
3054 reasonIfUnsupported,
3055 "Reference UnidirectionalSequenceLstm: ProjectionWeights "
3056 "is not a supported type.");
3057 if (paramsInfo.m_ProjectionBias !=
nullptr)
3059 supported &=
CheckSupportRule(TypesAreEqual(input, paramsInfo.GetProjectionBias()), reasonIfUnsupported,
3060 "Reference UnidirectionalSequenceLstm: input and ProjectionBias types "
3064 if (descriptor.m_LayerNormEnabled)
3066 if (!descriptor.m_CifgEnabled)
3068 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetInputLayerNormWeights(), supportedWeightTypes),
3069 reasonIfUnsupported,
3070 "Reference UnidirectionalSequenceLstm: InputLayerNormWeights "
3071 "is not a supported type.");
3073 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetForgetLayerNormWeights(), supportedWeightTypes),
3074 reasonIfUnsupported,
3075 "Reference UnidirectionalSequenceLstm: ForgetLayerNormWeights "
3076 "is not a supported type.");
3077 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetCellLayerNormWeights(), supportedWeightTypes),
3078 reasonIfUnsupported,
3079 "Reference UnidirectionalSequenceLstm: CellLayerNormWeights "
3080 "is not a supported type.");
3081 supported &=
CheckSupportRule(TypeAnyOf(paramsInfo.GetOutputLayerNormWeights(), supportedWeightTypes),
3082 reasonIfUnsupported,
3083 "Reference UnidirectionalSequenceLstm: OutputLayerNormWeights "
3084 "is not a supported type.");
References armnn::CheckSupportRule(), armnn::Float32, LstmInputParamsInfo::GetCellBias(), LstmInputParamsInfo::GetCellLayerNormWeights(), LstmInputParamsInfo::GetCellToForgetWeights(), LstmInputParamsInfo::GetCellToInputWeights(), LstmInputParamsInfo::GetCellToOutputWeights(), LstmInputParamsInfo::GetForgetGateBias(), LstmInputParamsInfo::GetForgetLayerNormWeights(), LstmInputParamsInfo::GetInputGateBias(), LstmInputParamsInfo::GetInputLayerNormWeights(), LstmInputParamsInfo::GetInputToCellWeights(), LstmInputParamsInfo::GetInputToForgetWeights(), LstmInputParamsInfo::GetInputToInputWeights(), LstmInputParamsInfo::GetInputToOutputWeights(), LstmInputParamsInfo::GetOutputGateBias(), LstmInputParamsInfo::GetOutputLayerNormWeights(), LstmInputParamsInfo::GetProjectionBias(), LstmInputParamsInfo::GetProjectionWeights(), LstmInputParamsInfo::GetRecurrentToCellWeights(), LstmInputParamsInfo::GetRecurrentToForgetWeights(), LstmInputParamsInfo::GetRecurrentToInputWeights(), LstmInputParamsInfo::GetRecurrentToOutputWeights(), armnn::IgnoreUnused(), LstmDescriptor::m_CifgEnabled, LstmDescriptor::m_LayerNormEnabled, LstmDescriptor::m_PeepholeEnabled, LstmInputParamsInfo::m_ProjectionBias, LstmDescriptor::m_ProjectionEnabled, armnn::QAsymmS8, and armnn::Signed32.
Referenced by RefLayerSupport::IsLayerSupported().
The documentation for this class was generated from the following files:
bool IsLstmSupported(const TensorInfo &input, const TensorInfo &outputStateIn, const TensorInfo &cellStateIn, const TensorInfo &scratchBuffer, const TensorInfo &outputStateOut, const TensorInfo &cellStateOut, const TensorInfo &output, const LstmDescriptor &descriptor, const LstmInputParamsInfo ¶msInfo, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsDepthwiseConvolutionSupported(const TensorInfo &input, const TensorInfo &output, const DepthwiseConvolution2dDescriptor &descriptor, const TensorInfo &weights, const Optional< TensorInfo > &biases, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsPooling3dSupported(const TensorInfo &input, const TensorInfo &output, const Pooling3dDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsReverseV2Supported(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsQLstmSupported(const TensorInfo &input, const TensorInfo &previousOutputIn, const TensorInfo &previousCellStateIn, const TensorInfo &outputStateOut, const TensorInfo &cellStateOut, const TensorInfo &output, const QLstmDescriptor &descriptor, const LstmInputParamsInfo ¶msInfo, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
constexpr bool IsQuantized8BitType(DataType dataType)
bool IsTileSupported(const TensorInfo &input, const TensorInfo &output, const TileDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsConvolution2dSupported(const TensorInfo &input, const TensorInfo &output, const Convolution2dDescriptor &descriptor, const TensorInfo &weights, const Optional< TensorInfo > &biases, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsFloorSupported(const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsDequantizeSupported(const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsPooling2dSupported(const TensorInfo &input, const TensorInfo &output, const Pooling2dDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsDetectionPostProcessSupported(const TensorInfo &boxEncodings, const TensorInfo &scores, const TensorInfo &anchors, const TensorInfo &detectionBoxes, const TensorInfo &detectionClasses, const TensorInfo &detectionScores, const TensorInfo &numDetections, const DetectionPostProcessDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsAdditionSupported(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsInputSupported(const TensorInfo &input, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsMeanSupported(const TensorInfo &input, const TensorInfo &output, const MeanDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsTransposeConvolution2dSupported(const TensorInfo &input, const TensorInfo &output, const TransposeConvolution2dDescriptor &descriptor, const TensorInfo &weights, const Optional< TensorInfo > &biases, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsRankSupported(const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
@ BoundedReLu
min(a, max(b, input)) ReLu1 & ReLu6.
bool IsSplitterSupported(const TensorInfo &input, const std::vector< std::reference_wrapper< TensorInfo >> &outputs, const ViewsDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsConvolution3dSupported(const TensorInfo &input, const TensorInfo &output, const Convolution3dDescriptor &descriptor, const TensorInfo &weights, const Optional< TensorInfo > &biases, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsBatchMatMulSupported(const TensorInfo &inputX, const TensorInfo &inputY, const TensorInfo &output, const BatchMatMulDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsSubtractionSupported(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsQuantizeSupported(const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsArgMinMaxSupported(const TensorInfo &input, const TensorInfo &output, const ArgMinMaxDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsPermuteSupported(const TensorInfo &input, const TensorInfo &output, const PermuteDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsComparisonSupported(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, const ComparisonDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsBatchNormalizationSupported(const TensorInfo &input, const TensorInfo &output, const TensorInfo &mean, const TensorInfo &var, const TensorInfo &beta, const TensorInfo &gamma, const BatchNormalizationDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsSpaceToDepthSupported(const TensorInfo &input, const TensorInfo &output, const SpaceToDepthDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsActivationSupported(const TensorInfo &input, const TensorInfo &output, const ActivationDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsFakeQuantizationSupported(const TensorInfo &input, const FakeQuantizationDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsQuantizedLstmSupported(const TensorInfo &input, const TensorInfo &previousCellStateIn, const TensorInfo &previousOutputIn, const TensorInfo &cellStateOut, const TensorInfo &output, const QuantizedLstmInputParamsInfo ¶msInfo, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsElementwiseUnarySupported(const TensorInfo &input, const TensorInfo &output, const ElementwiseUnaryDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsConcatSupported(const std::vector< const TensorInfo * > inputs, const TensorInfo &output, const OriginsDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsReduceSupported(const TensorInfo &input, const TensorInfo &output, const ReduceDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsResizeSupported(const TensorInfo &input, const TensorInfo &output, const ResizeDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsDepthToSpaceSupported(const TensorInfo &input, const TensorInfo &output, const DepthToSpaceDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsBatchToSpaceNdSupported(const TensorInfo &input, const TensorInfo &output, const BatchToSpaceNdDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsBroadcastToSupported(const TensorInfo &input, const TensorInfo &output, const BroadcastToDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsSpaceToBatchNdSupported(const TensorInfo &input, const TensorInfo &output, const SpaceToBatchNdDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsMergeSupported(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsL2NormalizationSupported(const TensorInfo &input, const TensorInfo &output, const L2NormalizationDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsMaximumSupported(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsMemImportSupported(const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsReshapeSupported(const TensorInfo &input, const TensorInfo &output, const ReshapeDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsCastSupported(const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsFullyConnectedSupported(const TensorInfo &input, const TensorInfo &output, const TensorInfo &weights, const TensorInfo &biases, const FullyConnectedDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsOutputSupported(const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsDebugSupported(const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsConvertFp16ToFp32Supported(const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsLogicalBinarySupported(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, const LogicalBinaryDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported) const
bool IsDivisionSupported(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsNormalizationSupported(const TensorInfo &input, const TensorInfo &output, const NormalizationDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsPreluSupported(const TensorInfo &input, const TensorInfo &alpha, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsFillSupported(const TensorInfo &input, const TensorInfo &output, const FillDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
void IgnoreUnused(Ts &&...)
bool IsMultiplicationSupported(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsSupportedForDataTypeGeneric(Optional< std::string & > reasonIfUnsupported, DataType dataType, Float16Func float16FuncPtr, Float32Func float32FuncPtr, Uint8Func uint8FuncPtr, Int32Func int32FuncPtr, BooleanFunc booleanFuncPtr, Params &&... params)
@ UnidirectionalSequenceLstm
bool IsStridedSliceSupported(const TensorInfo &input, const TensorInfo &output, const StridedSliceDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsMemCopySupported(const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsScatterNdSupported(const TensorInfo &input, const TensorInfo &indices, const TensorInfo &updates, const TensorInfo &output, const ScatterNdDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsConstantSupported(const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsChannelShuffleSupported(const TensorInfo &input, const TensorInfo &output, const ChannelShuffleDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsShapeSupported(const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsTransposeSupported(const TensorInfo &input, const TensorInfo &output, const TransposeDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsConvertFp32ToFp16Supported(const TensorInfo &input, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsGatherSupported(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, const GatherDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsStackSupported(const std::vector< const TensorInfo * > &inputs, const TensorInfo &output, const StackDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool CheckSupportRule(F rule, Optional< std::string & > reasonIfUnsupported, const char *reason)
bool IsLogSoftmaxSupported(const TensorInfo &input, const TensorInfo &output, const LogSoftmaxDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported) const
bool IsSoftmaxSupported(const TensorInfo &input, const TensorInfo &output, const SoftmaxDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsSliceSupported(const TensorInfo &input, const TensorInfo &output, const SliceDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsPadSupported(const TensorInfo &input, const TensorInfo &output, const PadDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsGatherNdSupported(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsUnidirectionalSequenceLstmSupported(const TensorInfo &input, const TensorInfo &outputStateIn, const TensorInfo &cellStateIn, const TensorInfo &outputStateOut, const TensorInfo &cellStateOut, const TensorInfo &output, const UnidirectionalSequenceLstmDescriptor &descriptor, const LstmInputParamsInfo ¶msInfo, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsInstanceNormalizationSupported(const TensorInfo &input, const TensorInfo &output, const InstanceNormalizationDescriptor &descriptor, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const
bool IsMinimumSupported(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, Optional< std::string & > reasonIfUnsupported=EmptyOptional()) const