pub trait ComputationValueType {
type Type: 'static + Send + Sync;
}Expand description
Trait for building value in the computation graph
pub trait ComputationValueType {
type Type: 'static + Send + Sync;
}Trait for building value in the computation graph