Skip to main content

ValueMap

Type Alias ValueMap 

Source
pub type ValueMap = HashMap<OperandId, ArrayD<f64>>;
Expand description

Values bound to operands during evaluation, keyed by operand.

All arithmetic is performed in f64 regardless of the graph’s element type, matching ConstantValue’s storage.

Aliased Type§

pub struct ValueMap { /* private fields */ }