Crate ug

Source

Re-exports§

pub use cpu_runtime::CpuDevice;
pub use cpu_runtime::CpuStorage;
pub use cpu_runtime::CpuStorageRef;
pub use cpu_runtime::CpuStorageRefMut;
pub use dtype::DType;
pub use dtype::WithDType;
pub use error::Error;
pub use error::Result;
pub use layout::Dim;
pub use layout::Layout;
pub use layout::Shape;
pub use layout::D;
pub use lazy_buffer::LazyBuffer;
pub use const::Const;
pub use schedule::Schedule;
pub use schedule::ScheduleItem;

Modules§

block
cache
Compilation cache utilities.
common_tests
const
cpu_code_gen
cpu_runtime
display
dtype
error
interpreter
lang
layout
The shape of a tensor is a tuple with the size of each of its dimensions.
lazy_buffer
lower
lower_op
safetensors
samples
schedule
utils

Macros§

bail

Traits§

Device
Slice