Home
last modified time | relevance | path

Searched refs:IsTransposeConvolution2dSupported (Results 1 – 17 of 17) sorted by relevance

/external/armnn/src/armnn/
DILayerSupport.cpp451 return IsTransposeConvolution2dSupported(infos[0], in IsLayerSupported()
460 return IsTransposeConvolution2dSupported(infos[0], in IsLayerSupported()
1197 bool ILayerSupport::IsTransposeConvolution2dSupported( in IsTransposeConvolution2dSupported() function in armnn::ILayerSupport
DBackendHelper.cpp1397 bool LayerSupportHandle::IsTransposeConvolution2dSupported( in IsTransposeConvolution2dSupported() function in armnn::LayerSupportHandle
/external/armnn/src/backends/cl/
DClLayerSupport.cpp636 return IsTransposeConvolution2dSupported(infos[0], in IsLayerSupported()
645 return IsTransposeConvolution2dSupported(infos[0], in IsLayerSupported()
1519 bool ClLayerSupport::IsTransposeConvolution2dSupported(const TensorInfo& input, in IsTransposeConvolution2dSupported() function in armnn::ClLayerSupport
DClLayerSupport.hpp339 bool IsTransposeConvolution2dSupported(const TensorInfo& input,
/external/armnn/include/armnn/
DLayerSupport.hpp393 bool IsTransposeConvolution2dSupported(const BackendId& backend,
DBackendHelper.hpp420 bool IsTransposeConvolution2dSupported(
/external/armnn/src/backends/neon/
DNeonLayerSupport.cpp629 return support.IsTransposeConvolution2dSupported(infos[0], in IsLayerTypeSupported()
638 return support.IsTransposeConvolution2dSupported(infos[0], in IsLayerTypeSupported()
1570 bool NeonLayerSupport::IsTransposeConvolution2dSupported(const TensorInfo& input, in IsTransposeConvolution2dSupported() function in armnn::NeonLayerSupport
DNeonLayerSupport.hpp333 bool IsTransposeConvolution2dSupported(const TensorInfo& input,
/external/armnn/src/backends/reference/
DRefLayerSupport.hpp352 bool IsTransposeConvolution2dSupported(
DRefLayerSupport.cpp416 return IsTransposeConvolution2dSupported(infos[0], in IsLayerSupported()
425 return IsTransposeConvolution2dSupported(infos[0], in IsLayerSupported()
2668 bool RefLayerSupport::IsTransposeConvolution2dSupported(const TensorInfo& input, in IsTransposeConvolution2dSupported() function in armnn::RefLayerSupport
/external/armnn/include/armnn/backends/
DILayerSupport.hpp530 virtual bool IsTransposeConvolution2dSupported(
/external/armnn/src/backends/backendsCommon/
DLayerSupportBase.hpp441 bool IsTransposeConvolution2dSupported(
DLayerSupportBase.cpp647 bool LayerSupportBase::IsTransposeConvolution2dSupported(const TensorInfo&, // input in IsTransposeConvolution2dSupported() function in armnn::LayerSupportBase
DWorkloadFactory.cpp1376 result = layerSupportObject.IsTransposeConvolution2dSupported(input, in IsLayerConfigurationSupported()
/external/armnn/delegate/classic/src/
DConvolution.hpp796 IsTransposeConvolution2dSupported, in VisitTransposeConv2dOperator()
/external/android-nn-driver/
DConversionUtils_1_2.hpp3066 IsTransposeConvolution2dSupported, in ConvertTransposeConv2d()
/external/armnn/shim/sl/canonical/
DConverter.cpp5589 IsTransposeConvolution2dSupported, in ConvertTransposeConv2d()