@typetensor/backend-cpu
v0.3.0
Published
CPU backend for TypedTensor
Readme
@typetensor/backend-cpu
CPU backend for TypeTensor tensor operations
Part of TypeTensor
Install
npm install @typetensor/backend-cpuFeatures:
- Pure JavaScript implementation (no native dependencies)
- Full data type support: all integer, float, and boolean types
- NumPy-compatible broadcasting for binary operations
- Memory-efficient view operations without data copying
- TypedArray-based computation for performance
Operations: Arithmetic, trigonometric, shape manipulation, matrix operations, reductions
See TypeTensor examples for usage.
License
MIT
