docs.unity.cn
    Show / Hide Table of Contents

    Interface ITensorDataStatistics

    Namespace: Unity.Barracuda
    Syntax
    public interface ITensorDataStatistics : IUniqueResource

    Properties

    dataType

    Returns the type of the elements this tensorData can contain.

    Declaration
    DataType dataType { get; }
    Property Value
    Type Description
    DataType

    maxCapacity

    Returns the maximum number of element this tensorData can contain.

    Declaration
    int maxCapacity { get; }
    Property Value
    Type Description
    Int32
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Tuesday, July 4, 2023