Home
last modified time | relevance | path

Searched defs:reasonIfUnsupported (Results 1 – 17 of 17) sorted by relevance

/external/armnn/src/backends/cl/test/
DClLayerSupportTests.cpp62 std::string reasonIfUnsupported; variable
72 std::string reasonIfUnsupported; variable
83 std::string reasonIfUnsupported; variable
94 std::string reasonIfUnsupported; variable
104 std::string reasonIfUnsupported; variable
115 std::string reasonIfUnsupported; variable
126 std::string reasonIfUnsupported; variable
136 std::string reasonIfUnsupported; variable
146 std::string reasonIfUnsupported; variable
156 std::string reasonIfUnsupported; variable
/external/armnn/src/armnn/
DLayerSupportCommon.hpp27 bool IsSupportedForDataTypeGeneric(Optional<std::string&> reasonIfUnsupported, in IsSupportedForDataTypeGeneric()
54 bool TrueFunc(Optional<std::string&> reasonIfUnsupported, Params&&... params) in TrueFunc()
62 bool FalseFunc(Optional<std::string&> reasonIfUnsupported, Params&&... params) in FalseFunc()
70 bool FalseFuncF16(Optional<std::string&> reasonIfUnsupported, Params&&... params) in FalseFuncF16()
78 bool FalseFuncF32(Optional<std::string&> reasonIfUnsupported, Params&&... params) in FalseFuncF32()
86 bool FalseFuncU8(Optional<std::string&> reasonIfUnsupported, Params&&... params) in FalseFuncU8()
94 bool FalseFuncI32(Optional<std::string&> reasonIfUnsupported, Params&&... params) in FalseFuncI32()
102 bool FalseInputFuncF32(Optional<std::string&> reasonIfUnsupported, Params&&... params) in FalseInputFuncF32()
110 bool FalseInputFuncF16(Optional<std::string&> reasonIfUnsupported, Params&&... params) in FalseInputFuncF16()
118 bool FalseOutputFuncF32(Optional<std::string&> reasonIfUnsupported, Params&&... params) in FalseOutputFuncF32()
[all …]
DBackendHelper.cpp147 Optional<std::string&> reasonIfUnsupported) in IsActivationSupported()
162 Optional<std::string&> reasonIfUnsupported) in IsAdditionSupported()
177 Optional<std::string&> reasonIfUnsupported) in IsArgMinMaxSupported()
193 Optional<std::string&> reasonIfUnsupported) in IsBatchMatMulSupported()
212 Optional<std::string&> reasonIfUnsupported) in IsBatchNormalizationSupported()
227 Optional<std::string&> reasonIfUnsupported) in IsBatchToSpaceNdSupported()
241 Optional<std::string&> reasonIfUnsupported) in IsCastSupported()
256 Optional<std::string &> reasonIfUnsupported) in IsChannelShuffleSupported()
272 Optional<std::string&> reasonIfUnsupported) in IsComparisonSupported()
287 Optional<std::string&> reasonIfUnsupported) in IsConcatSupported()
[all …]
DNetwork.cpp815 std::string& reasonIfUnsupported, in AttemptBackendAssignment()
906 std::string reasonIfUnsupported; in AttemptBackendAssignment() local
1009 std::string reasonIfUnsupported; in AssignBackendsIConnectable() local
/external/armnn/src/backends/reference/test/
DRefLayerSupportTests.cpp84 std::string reasonIfUnsupported; variable
94 std::string reasonIfUnsupported; variable
105 std::string reasonIfUnsupported; variable
116 std::string reasonIfUnsupported; variable
126 std::string reasonIfUnsupported; variable
137 std::string reasonIfUnsupported; variable
148 std::string reasonIfUnsupported; variable
158 std::string reasonIfUnsupported; variable
172 std::string reasonIfUnsupported; variable
/external/armnn/src/backends/neon/test/
DNeonLayerSupportTests.cpp60 std::string reasonIfUnsupported; variable
70 std::string reasonIfUnsupported; variable
80 std::string reasonIfUnsupported; variable
90 std::string reasonIfUnsupported; variable
100 std::string reasonIfUnsupported; variable
110 std::string reasonIfUnsupported; variable
/external/armnn/src/backends/neon/workloads/
DNeonNormalizationFloatWorkload.cpp25 Optional<std::string&> reasonIfUnsupported) in IsNeonNormalizationDescriptorSupported()
73 std::string reasonIfUnsupported; in NeonNormalizationFloatWorkload() local
/external/armnn/src/backends/backendsCommon/test/
DIsLayerSupportedTestImpl.hpp835 std::string reasonIfUnsupported; in IsLayerSupportedTest() local
975 bool IsConvertLayerSupportedTests(std::string& reasonIfUnsupported) in IsConvertLayerSupportedTests()
997 bool IsLogicalBinaryLayerSupportedTests(std::string& reasonIfUnsupported) in IsLogicalBinaryLayerSupportedTests()
1029 bool IsLogicalBinaryLayerBroadcastSupportedTests(std::string& reasonIfUnsupported) in IsLogicalBinaryLayerBroadcastSupportedTests()
1061 bool IsMeanLayerSupportedTests(std::string& reasonIfUnsupported) in IsMeanLayerSupportedTests()
1088 bool IsMeanLayerNotSupportedTests(std::string& reasonIfUnsupported) in IsMeanLayerNotSupportedTests()
1115 bool IsConstantLayerSupportedTests(std::string& reasonIfUnsupported) in IsConstantLayerSupportedTests()
/external/armnn/src/backends/backendsCommon/test/mockBackend/
DMockImportLayerSupport.hpp49Optional<std::string&> reasonIfUnsupported = EmptyOptional()) const override in IsAdditionSupported()
/external/armnn/src/backends/neon/
DNeonLayerSupport.cpp107 bool IsNeonBackendSupported(Optional<std::string&> reasonIfUnsupported, Args... args) in IsNeonBackendSupported()
119 bool IsSupportedForDataTypeNeon(Optional<std::string&> reasonIfUnsupported, in IsSupportedForDataTypeNeon()
138 inline bool IsWorkloadSupported(FuncType& func, Optional<std::string&> reasonIfUnsupported, Args&&.… in IsWorkloadSupported()
149 #define FORWARD_WORKLOAD_VALIDATE_FUNC(func, reasonIfUnsupported, ...) \ argument
152 #define FORWARD_WORKLOAD_VALIDATE_FUNC(func, reasonIfUnsupported, ...) \ argument
172 Optional<std::string&> reasonIfUnsupported, in IsLayerTypeSupported()
/external/armnn/src/backends/cl/
DClLayerSupport.cpp115 bool IsClBackendSupported(Optional<std::string&> reasonIfUnsupported, Args... args) in IsClBackendSupported()
137 inline bool IsWorkloadSupported(FuncType&& func, Optional<std::string&> reasonIfUnsupported, Args&&… in IsWorkloadSupported()
148 #define FORWARD_WORKLOAD_VALIDATE_FUNC(func, reasonIfUnsupported, ...) \ argument
151 #define FORWARD_WORKLOAD_VALIDATE_FUNC(func, reasonIfUnsupported, ...) \ argument
156 bool IsSupportedForDataTypeCl(Optional<std::string&> reasonIfUnsupported, in IsSupportedForDataTypeCl()
/external/armnn/src/armnn/test/
DUtilsTests.cpp292 std::string reasonIfUnsupported; variable
/external/armnn/src/backends/backendsCommon/
DLayerSupportRules.hpp38 bool CheckSupportRule(F rule, Optional<std::string&> reasonIfUnsupported, const char* reason) in CheckSupportRule()
DLayerSupportBase.cpp21 armnn::Optional<std::string&> reasonIfUnsupported) in DefaultLayerSupport()
/external/armnn/src/backends/backendsCommon/test/layerTests/
DPooling3dTestImpl.cpp105 std::string reasonIfUnsupported; in SimplePooling3dTestImpl() local
1189 std::string reasonIfUnsupported; in ComparePooling3dTestCommon() local
/external/armnn/src/backends/reference/
DRefLayerSupport.cpp27 bool IsSupportedForDataTypeRef(Optional<std::string&> reasonIfUnsupported, in IsSupportedForDataTypeRef()
/external/armnn/src/armnnTestUtils/
DCreateWorkload.hpp41 std::string reasonIfUnsupported; local