Interface IDependableTensorData | Barracuda | 1.0.4
docs.unity.cn
    Show / Hide Table of Contents

    Interface IDependableTensorData

    Interface for device dependent representation of Tensor data that provides a read fence for scheduling data consumer job.

    Inherited Members
    ITensorData.Reserve(Int32)
    ITensorData.Upload(Single[], TensorShape, Int32)
    ITensorData.ScheduleAsyncDownload(Int32)
    ITensorData.Download(TensorShape)
    ITensorData.SharedAccess(Int32)
    ITensorData.maxCapacity
    IDisposable.Dispose()
    Namespace: Unity.Barracuda
    Syntax
    public interface IDependableTensorData : ITensorData, IDisposable

    Properties

    fence

    Returns job handle that can be used as dependsOn argument when scheduling data consumer job. Consumer job will start execution once Tensor data is ready for read access.

    Declaration
    JobHandle fence { get; }
    Property Value
    Type Description
    JobHandle

    Extension Methods

    DeprecatedTensorDataExtensions.GetMaxCount(ITensorData)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 20 October 2020