Home
last modified time | relevance | path

Searched defs:IsBatchMatMulSupported (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/neon/
H A DNeonLayerSupport.cpp755 bool NeonLayerSupport::IsBatchMatMulSupported(const TensorInfo& inputX, in IsBatchMatMulSupported() function in armnn::NeonLayerSupport
/aosp_15_r20/external/armnn/src/backends/cl/
H A DClLayerSupport.cpp712 bool ClLayerSupport::IsBatchMatMulSupported(const TensorInfo& inputX, in IsBatchMatMulSupported() function in armnn::ClLayerSupport
/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefLayerSupport.cpp674 bool RefLayerSupport::IsBatchMatMulSupported(const TensorInfo& inputX, in IsBatchMatMulSupported() function in armnn::RefLayerSupport
/aosp_15_r20/external/armnn/src/armnn/
H A DBackendHelper.cpp189 bool LayerSupportHandle::IsBatchMatMulSupported(const TensorInfo& input0, in IsBatchMatMulSupported() function in armnn::LayerSupportHandle