Class TensorCoreResult
- Namespace
- DotCompute.Backends.CUDA.Advanced
- Assembly
- DotCompute.Backends.CUDA.dll
Tensor core operation result.
public sealed class TensorCoreResult
- Inheritance
-
TensorCoreResult
- Inherited Members
Properties
Efficiency
Gets or sets the efficiency.
public double Efficiency { get; init; }
Property Value
- double
The efficiency.
ElapsedMilliseconds
Gets or sets the elapsed milliseconds.
public double ElapsedMilliseconds { get; init; }
Property Value
- double
The elapsed milliseconds.
GFlops
Gets or sets the g flops.
public double GFlops { get; init; }
Property Value
- double
The g flops.
KernelUsed
Gets or sets the kernel used.
public string KernelUsed { get; init; }
Property Value
- string
The kernel used.
OperationType
Gets or sets the operation type.
public string OperationType { get; set; }
Property Value
- string
The operation type.
Success
Gets or sets the success.
public bool Success { get; init; }
Property Value
- bool
The success.