Home
last modified time | relevance | path

Searched defs:IsConcatSupported (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/
H A DILayerSupport.cpp613 bool ILayerSupport::IsConcatSupported(const std::vector<const TensorInfo*> inputs, in IsConcatSupported() function in armnn::ILayerSupport
H A DBackendHelper.cpp284 bool LayerSupportHandle::IsConcatSupported(const std::vector<const TensorInfo*> inputs, in IsConcatSupported() function in armnn::LayerSupportHandle
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DLayerSupportBase.cpp153 bool LayerSupportBase::IsConcatSupported(const std::vector<const TensorInfo*>, // inputs in IsConcatSupported() function in armnn::LayerSupportBase
/aosp_15_r20/external/armnn/src/backends/neon/
H A DNeonLayerSupport.cpp839 bool NeonLayerSupport::IsConcatSupported(const std::vector<const TensorInfo*> inputs, in IsConcatSupported() function in armnn::NeonLayerSupport
/aosp_15_r20/external/armnn/src/backends/cl/
H A DClLayerSupport.cpp795 bool ClLayerSupport::IsConcatSupported(const std::vector<const TensorInfo*> inputs, in IsConcatSupported() function in armnn::ClLayerSupport
/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefLayerSupport.cpp906 bool RefLayerSupport::IsConcatSupported(const std::vector<const TensorInfo*> inputs, in IsConcatSupported() function in armnn::RefLayerSupport