10#include <arm_compute/runtime/NEON/functions/NEMatMul.h>
18 const bool isFastMathEnabled,
27 const bool isFastMathEnabled);
28 virtual void Execute()
const override;
31 mutable arm_compute::NEMatMul m_MatMulLayer;
NeonBaseWorkload(const BatchMatMulQueueDescriptor &descriptor, const WorkloadInfo &info)
NeonBatchMatMulWorkload(const BatchMatMulQueueDescriptor &descriptor, const WorkloadInfo &info, const bool isFastMathEnabled)
virtual void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
arm_compute::Status NeonBatchMatMulValidate(const TensorInfo &inputInfoX, const TensorInfo &inputInfoY, const TensorInfo &outputInfo, const BatchMatMulDescriptor &descriptor, const bool isFastMathEnabled, const ActivationDescriptor *activationDescriptor)
An ActivationDescriptor for the ActivationLayer.
A BatchMatMulDescriptor for the BatchMatMul operator.
Contains information about TensorInfos of a layer.