docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ITensorStatistics

    Namespace: Unity.Barracuda
    Assembly: solution.dll
    Syntax
    public interface ITensorStatistics : IUniqueResource

    Properties

    cacheBytes

    Return amount of internal tensor cache in bytes.

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

    dataType

    Return the data type of this tensor.

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

    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)