Skip to main content

tenferro_runtime/
prelude.rs

1//! Common runtime tensor and graph types plus backend-explicit operations.
2
3pub use crate::{
4    CompareDir, DType, GraphCompiler, Runtime, Tensor, TensorBackend, TensorScalar,
5    TensorSessionOpsExt, TraceContext, TraceValue, TracedGraph, TracedTensor, TypedTensor,
6    TypedTensorMaskSessionOpsExt, TypedTensorSessionOpsExt,
7};