Skip to main content

Module prelude

Module prelude 

Source
Expand description

Common runtime tensor and graph types plus backend-explicit operations.

Re-exports§

pub use crate::GraphCompiler;
pub use crate::Runtime;
pub use crate::TensorSessionOpsExt;
pub use crate::TraceContext;
pub use crate::TraceValue;
pub use crate::TracedGraph;
pub use crate::TracedTensor;
pub use crate::TypedTensorMaskSessionOpsExt;
pub use crate::TypedTensorSessionOpsExt;

Structs§

TypedTensor
Runtime typed tensor storage with compile-time scalar type and rank metadata.

Enums§

CompareDir
Comparison direction.
DType
Runtime scalar dtype tag.
Tensor
Dynamic tensor enum over the supported scalar types.

Traits§

TensorBackend
Standard runtime backend over dynamic Tensor values.
TensorScalar
Sealed trait for scalar types that can be stored in a Tensor.