summaryrefslogtreecommitdiffstats
path: root/document/src/test/resources
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-12-04 15:29:32 -0800
committerJon Bratseth <bratseth@yahoo-inc.com>2016-12-04 15:29:32 -0800
commit65190a02569bef23f3c0d3383e4c333f640ef292 (patch)
treec48a11e88141ba1eee7f732fcda27bf97642de27 /document/src/test/resources
parentee6783f2201988e22ef91d1f354255599c8c0165 (diff)
Towards always typed, fully specified tensors
- Tensor addresses do not repeat dimensions. - Tensor addresses must provide a value for all dimensions. - Tensor dimensions are not serialized in JSON (but still are in binary). - Tensor types are required everywhere, except a workaround for JSON deserialization. - Tensor operations are about 50% faster. - Tensor join of two tensors in the same space is about 4000% faster.
Diffstat (limited to 'document/src/test/resources')
-rw-r--r--document/src/test/resources/tensor/multi_cell_tensor__cppbin105 -> 107 bytes
-rw-r--r--document/src/test/resources/tensor/multi_cell_tensor__javabin105 -> 107 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/document/src/test/resources/tensor/multi_cell_tensor__cpp b/document/src/test/resources/tensor/multi_cell_tensor__cpp
index cda97503f15..d923fc10559 100644
--- a/document/src/test/resources/tensor/multi_cell_tensor__cpp
+++ b/document/src/test/resources/tensor/multi_cell_tensor__cpp
Binary files differ
diff --git a/document/src/test/resources/tensor/multi_cell_tensor__java b/document/src/test/resources/tensor/multi_cell_tensor__java
index a202c1a09ab..d923fc10559 100644
--- a/document/src/test/resources/tensor/multi_cell_tensor__java
+++ b/document/src/test/resources/tensor/multi_cell_tensor__java
Binary files differ