docs.unity.cn
    Show / Hide Table of Contents

    Class DeprecatedTensorDataExtensions

    Deprecated ITensorData extensions

    Inheritance
    Object
    DeprecatedTensorDataExtensions
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Barracuda
    Syntax
    public static class DeprecatedTensorDataExtensions

    Methods

    GetMaxCount(ITensorData)

    Deprecated. Use maxCapacity extensions

    Declaration
    [Obsolete("Use maxCapacity instead.", false)]
    public static int GetMaxCount(this ITensorData self)
    Parameters
    Type Name Description
    ITensorData self

    Tensor

    Returns
    Type Description
    Int32

    max Tensor capacity

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Tuesday, July 4, 2023