aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/tensor/dense_tensor_store
Commit message (Collapse)AuthorAgeFilesLines
* Share code for loading and saving tensor attribute betweenTor Egge2022-10-071-3/+3
| | | | SerializedFastValueAttribute and DirectTensorAttribute.
* Reduce alignment for small dense tensors.Tor Egge2021-12-091-1/+10
|
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* A swappable attribute will use a file backed memory allocator.Henning Baldersheim2021-08-121-4/+4
|
* Remove experimental use of mmap file allocator for dense tensor data.Geir Storli2021-03-261-4/+4
|
* Use mmap file allocator in dense tensor attribute if huge flag isTor Egge2021-02-151-1/+2
| | | | set in config.
* move class to the only place it is usedArne Juul2020-12-101-1/+0
|
* getTensor with mutable view no longer neededArne Juul2020-12-031-3/+2
|
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-4/+4
|
* cleanup unused includeArne Juul2020-11-271-1/+0
|
* simplifyArne Juul2020-10-151-2/+1
|
* handle both engine- and factory-based tensorsArne Juul2020-10-151-13/+15
| | | | | | * use EngineOrFactory::get() instead of DefaultTensorEngine::ref() * avoid direct use of DenseTensorView etc where possible * use eval::Value instead of tensor::Tensor where possible
* avoid abstract value typesHåvard Pettersen2019-04-251-49/+0
| | | | | | | | | | | | remove basic value type ANY remove concept of tensors with unknown dimensions disallow value types with unbound indexed dimensions remove predicates talking about abstract types type of unknown values are now ERROR (was ANY) require that overlapping indexed dimensions are of equal size type unification now requires types to be equal ('if' expressions) creating a tensor type without dimensions now gives a double type make rank feature setup fail on invalid types (query/attribute)
* Rename "cluster" concept in buffer type to "array".Geir Storli2019-03-151-13/+13
|
* Enable dynamic cluster size in dense tensor store.Tor Egge2019-03-131-0/+20
|
* Remove files used by old unit test runner.Tor Egge2019-02-191-1/+0
|
* clean up tensor engine APIHåvard Pettersen2017-11-071-1/+1
| | | | make Tensor a subclass of Value
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|
* Copyright headerJon Bratseth2017-06-132-2/+2
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
|
* make stuff compile and testHaavard2017-01-231-5/+5
|
* Move tensor attribute to search::tensor namespace.Tor Egge2016-11-301-1/+1
|
* Add API for getting a dense tensor view from the store by pointing to the ↵Geir Storli2016-11-023-0/+125
underlying cells data.