Type Definition tract_hir::infer::ValueFact[][src]

pub type ValueFact = GenericFactoid<Arc<Tensor>>;
Expand description

Partial information about a value.

Trait Implementations

Wraps the fact in the Wrapped type.

Retrieves the fact from the Wrapped type. Panics if wrapped doesn’t have the right constructor. Read more

Wraps self in the Wrapped type.