Class CudaTensorDescriptor
- Namespace
- DotCompute.Backends.CUDA.Advanced
- Assembly
- DotCompute.Backends.CUDA.dll
A class that represents cuda tensor descriptor.
public sealed class CudaTensorDescriptor
- Inheritance
-
CudaTensorDescriptor
- Inherited Members
Properties
Dimensions
Gets or sets the dimensions.
public IReadOnlyList<int> Dimensions { get; set; }
Property Value
- IReadOnlyList<int>
The dimensions.
Format
Gets or sets the format.
public CudaTensorFormat Format { get; set; }
Property Value
- CudaTensorFormat
The format.
Precision
Gets or sets the precision.
public CudaTensorPrecision Precision { get; set; }
Property Value
- CudaTensorPrecision
The precision.