Skip to content

Commit 563c55e

Browse files
committed
readme
1 parent a48b4b1 commit 563c55e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
View one-dimensional array data, typed array data and/or multi-dimensional array data as multidimensional tensors of various shapes efficiently.
44

5+
![TensorView](/tensorview.jpg)
6+
57
version: **1.0.0** (9.5 kB minified)
68

79
`TensorView` is both memory-efficient and speed-efficient since it only creates ways to view array data as multidimensional tensors **without** actually creating new arrays. One can nevertheless explicitly store a TensorView instance as a single-dimensional or multi-dimensional array using `view.toArray()` or `view.toNDArray()` methods.

tensorview.jpg

9.78 KB
Loading

0 commit comments

Comments
 (0)