Home
last modified time | relevance | path

Searched refs:IsLogicalBinarySupported (Results 1 – 16 of 16) sorted by relevance

/external/armnn/delegate/classic/src/
DLogicalBinary.hpp67 IsLogicalBinarySupported, in VisitLogicalBinaryOperator()
/external/armnn/src/backends/cl/
DClLayerSupport.hpp183 bool IsLogicalBinarySupported(const TensorInfo& input0,
DClLayerSupport.cpp448 return IsLogicalBinarySupported(infos[0], in IsLayerSupported()
1147 bool ClLayerSupport::IsLogicalBinarySupported(const TensorInfo& input0, in IsLogicalBinarySupported() function in armnn::ClLayerSupport
/external/armnn/src/backends/neon/
DNeonLayerSupport.hpp178 bool IsLogicalBinarySupported(const TensorInfo& input0,
DNeonLayerSupport.cpp446 return support.IsLogicalBinarySupported(infos[0], in IsLayerTypeSupported()
1176 bool NeonLayerSupport::IsLogicalBinarySupported(const TensorInfo& input0, in IsLogicalBinarySupported() function in armnn::NeonLayerSupport
/external/armnn/src/armnn/
DILayerSupport.cpp221 return IsLogicalBinarySupported(infos[0], in IsLayerSupported()
833 bool ILayerSupport::IsLogicalBinarySupported(const TensorInfo& input0, in IsLogicalBinarySupported() function in armnn::ILayerSupport
DBackendHelper.cpp816 bool LayerSupportHandle::IsLogicalBinarySupported(const TensorInfo& input0, in IsLogicalBinarySupported() function in armnn::LayerSupportHandle
/external/armnn/src/backends/reference/
DRefLayerSupport.hpp195 bool IsLogicalBinarySupported(const TensorInfo& input0,
DRefLayerSupport.cpp266 return IsLogicalBinarySupported(infos[0], in IsLayerSupported()
1693 bool RefLayerSupport::IsLogicalBinarySupported(const TensorInfo& input0, in IsLogicalBinarySupported() function in armnn::RefLayerSupport
/external/armnn/include/armnn/
DBackendHelper.hpp222 bool IsLogicalBinarySupported(const TensorInfo& input0,
/external/armnn/include/armnn/backends/
DILayerSupport.hpp263 virtual bool IsLogicalBinarySupported(const TensorInfo& input0,
/external/armnn/src/backends/backendsCommon/
DLayerSupportBase.hpp217 bool IsLogicalBinarySupported(const TensorInfo& input0,
DLayerSupportBase.cpp335 bool LayerSupportBase::IsLogicalBinarySupported(const TensorInfo&, // input0 in IsLogicalBinarySupported() function in armnn::LayerSupportBase
DWorkloadFactory.cpp597 result = layerSupportObject.IsLogicalBinarySupported(input0, in IsLayerConfigurationSupported()
/external/android-nn-driver/
DConversionUtils_1_3.hpp197 IsLogicalBinarySupported, in ConvertLogicalBinary()
/external/armnn/shim/sl/canonical/
DConverter.cpp2802 IsLogicalBinarySupported, in ConvertLogicalBinary()