shrew-core 0.1.0

Core tensor, dtype, shape, layout, backend traits, and autograd for Shrew
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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