Interface BLASPlugin | Barracuda | 0.7.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Interface BLASPlugin

    Namespace: Unity.Barracuda
    Syntax
    public interface BLASPlugin

    Methods

    IsCurrentPlatformSupported()

    Declaration
    bool IsCurrentPlatformSupported()
    Returns
    Type Description
    Boolean

    SGEMM(Single*, Int32, Int32, Single*, Int32, Int32, Single*, Int32, Int32, Int32, Boolean, Boolean)

    Declaration
    void SGEMM(float *Ap, int AN, int AM, float *Bp, int BN, int BM, float *Cp, int CN, int CM, int bs, bool transposeA = false, bool transposeB = false)
    Parameters
    Type Name Description
    Single* Ap
    Int32 AN
    Int32 AM
    Single* Bp
    Int32 BN
    Int32 BM
    Single* Cp
    Int32 CN
    Int32 CM
    Int32 bs
    Boolean transposeA
    Boolean transposeB
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023