Table of Contents

Class TensorOperationMetrics

Namespace
DotCompute.Backends.Metal.Execution
Assembly
DotCompute.Backends.Metal.dll

Metrics for individual tensor operation types.

public sealed class TensorOperationMetrics
Inheritance
TensorOperationMetrics
Inherited Members

Properties

AverageThroughputGFLOPS

public double AverageThroughputGFLOPS { get; set; }

Property Value

double

Count

public long Count { get; set; }

Property Value

long

LastExecutionTime

public TimeSpan LastExecutionTime { get; set; }

Property Value

TimeSpan

TotalFlops

public long TotalFlops { get; set; }

Property Value

long