docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor Tensor

    Tensor(TensorShape, ITensorData, ITensorAllocator)

    Instantiates and returns a Tensor with the specified shape, an ITensorData data and an ITensorAllocator allocator.

    Declaration
    protected Tensor(TensorShape shape, ITensorData data = null, ITensorAllocator allocator = null)
    Parameters
    Type Name Description
    TensorShape shape

    The shape of the tensor.

    ITensorData data

    The optional tensor data.

    ITensorAllocator allocator

    The allocator that was used to instantiate the tensor.

    In This Article
    Back to top
    Copyright © 2024 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)