shrew-core 0.1.0

Core tensor, dtype, shape, layout, backend traits, and autograd for Shrew
Documentation

shrew-core

The compiled runtime core for the Shrew project.

This crate provides:

  • Tensor storage abstractions (CPU/CUDA/TPU variants).
  • Device management and memory pools.
  • The Backend trait for dispatching operations.
  • Execution engine for running optimized graphs.

License

Apache-2.0