tensor_frame 0.0.2-alpha

A PyTorch-like tensor library for Rust with CPU, WGPU, and CUDA backends
Documentation
# Rust/Cargo
target/
**/*.rs.bk

# Build artifacts
*.rlib
*.rmeta

# Executables and debugging
*.exe
*.dll
*.so
*.dylib
*.a
*.o
*.obj
*.pyc
*.pdb
*.log

# IDEs and tools
.claude/
*.swp
*.swo
*.bak

# MacOS
.DS_Store

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# By Cargo
Cargo.lock

/docs/book