docs.unity3d.com
    Show / Hide Table of Contents

    Class DeprecatedTestSetExtensions

    Deprecated TestSet extensions

    Inheritance
    Object
    DeprecatedTestSetExtensions
    Namespace: Unity.Barracuda
    Syntax
    public static class DeprecatedTestSetExtensions : object

    Methods

    GetInputShape(TestSet, Int32)

    Deprecated. Use GetInputShape version returning a TensorShape instead

    Declaration
    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
    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
    • 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