Interface IDependableTensorData
Interface for device dependent representation of Tensor data that provides a read fence for scheduling data consumer job.
Inherited Members
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 |