docs.unity.cn
    Show / Hide Table of Contents

    Class DeprecatedTestSetExtensions

    Deprecated TestSet extensions

    Inheritance
    Object
    DeprecatedTestSetExtensions
    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 DeprecatedTestSetExtensions

    Methods

    GetInputShape(TestSet, Int32)

    Deprecated. Use GetInputShape version returning a TensorShape instead

    Declaration
    [Obsolete("Use GetInputShape version returning a TensorShape instead.", false)]
    public static int[] GetInputShape(this TestSet self, int idx = 0)
    Parameters
    Type Name Description
    TestSet self

    TestSet

    Int32 idx

    input index

    Returns
    Type Description
    Int32[]

    input shape as array

    GetOutputShape(TestSet, Int32)

    Deprecated. Use GetOutputShape version returning a TensorShape instead

    Declaration
    [Obsolete("Use GetOutputShape version returning a TensorShape instead.", false)]
    public static int[] GetOutputShape(this TestSet self, int idx = 0)
    Parameters
    Type Name Description
    TestSet self

    TestSet

    Int32 idx

    output index

    Returns
    Type Description
    Int32[]

    shape as int array

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