tensorstore
Array library
A C++ and Python library for storing and manipulating large multi-dimensional arrays in various formats and storage systems.
Library for reading and writing large multi-dimensional arrays.
1k stars
29 watching
120 forks
Language: C++
last commit: 8 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
google/tensornetwork | A library for easy and efficient manipulation of tensor networks. | 1,819 |
mratsim/arraymancer | A fast and ergonomic tensor library with automatic differentiation support for deep learning on multiple platforms. | 1,338 |
tensorflow/mesh | A library that enables distributed deep learning by partitioning tensors across processors in a mesh topology. | 1,592 |
xerial/larray | A library for efficiently managing large arrays and memory-mapped files in Java and Scala | 400 |
google-research/tf-slim | A lightweight library for defining and training neural networks in TensorFlow. | 372 |
hoff97/tensorjs | A JavaScript library for accelerated tensor computation in web browsers | 36 |
gleethos/neureka | A platform-independent tensor library with autograd capabilities for neural networks | 71 |
uncomplicate/deep-diamond | A fast Clojure library for computing with tensors and neural networks on CPUs and GPUs. | 433 |
vlang/vtl | A C library providing an n-dimensional tensor data structure and linear algebra routines | 148 |
foonathan/array | A container library providing customizable arrays with various allocation strategies and optimized storage. | 252 |
sciscala/ndscala | An implementation of N-dimensional and multi-dimensional arrays in Scala 3 for machine learning and numerical computing | 47 |
globalarrays/ga | A library providing shared memory access to distributed arrays in parallel computing | 101 |
spider-gazelle/bisect | A library of algorithms for searching and manipulating sorted arrays in a generic way | 12 |
tensorflow/text | Preprocessing and processing tools for text data in machine learning models | 1,233 |
jjjkkkjjj/matft | A Numpy-like library in Swift for multi-dimensional array and matrix operations | 133 |