docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IConvertibleToBurstTensorData

    An interface that provides methods for converting custom tensor data to BurstTensorData.

    Namespace: Unity.Sentis
    Assembly: Unity.Sentis.dll
    Syntax
    public interface IConvertibleToBurstTensorData

    Methods

    ConvertToBurstTensorData(int)

    Implement this method to convert to BurstTensorData.

    Declaration
    BurstTensorData ConvertToBurstTensorData(int dstCount)
    Parameters
    Type Name Description
    int dstCount

    The number of elements.

    Returns
    Type Description
    BurstTensorData

    Converted BurstTensorData.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)