docs.unity3d.com
    Show / Hide Table of Contents

    Interface ITensorStatistics

    Namespace: Unity.Barracuda
    Syntax
    public interface ITensorStatistics : IUniqueResource

    Properties

    cacheBytes

    Return amount of internal tensor cache in bytes.

    Declaration
    int cacheBytes { get; }
    Property Value
    Type Description
    Int32

    name

    Return this tensor name.

    Declaration
    string name { get; }
    Property Value
    Type Description
    String

    shape

    Return the shape of this tensor.

    Declaration
    TensorShape shape { get; }
    Property Value
    Type Description
    TensorShape

    Methods

    GetTensorDataStatistics()

    Return this tensor tensor data statistics if any or null.

    Declaration
    ITensorDataStatistics GetTensorDataStatistics()
    Returns
    Type Description
    ITensorDataStatistics
    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