Class HardwareCost<T>
Represents the hardware cost of an operation or architecture.
public class HardwareCost<T>
Type Parameters
T
- Inheritance
-
HardwareCost<T>
- Inherited Members
Properties
Energy
public T Energy { get; set; }
Property Value
- T
Latency
public T Latency { get; set; }
Property Value
- T
Memory
public T Memory { get; set; }
Property Value
- T