Table of Contents

Class PlatformCharacteristics

Namespace
AiDotNet.AutoML.NAS
Assembly
AiDotNet.dll

Platform characteristics for hardware cost estimation. Contains performance metrics like GFLOPS, memory bandwidth, and energy efficiency.

public class PlatformCharacteristics
Inheritance
PlatformCharacteristics
Inherited Members

Properties

EnergyPerGBMemory

Memory access energy cost in millijoules per GB.

public double EnergyPerGBMemory { get; set; }

Property Value

double

EnergyPerGFlop

Energy consumption per GFLOP in millijoules.

public double EnergyPerGFlop { get; set; }

Property Value

double

GFlops

Peak computational throughput in GFLOPS (billions of floating-point operations per second).

public double GFlops { get; set; }

Property Value

double

MemoryBandwidthGBps

Memory bandwidth in GB/s.

public double MemoryBandwidthGBps { get; set; }

Property Value

double