summaryrefslogtreecommitdiffstats
path: root/eval/src/tests/tensor/dense_inplace_join_function/dense_inplace_join_function_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* revert unintended changeHåvard Pettersen2020-05-291-1/+1
|
* dense number joinHåvard Pettersen2020-05-291-4/+4
|
* simple dense joinHåvard Pettersen2020-05-221-39/+23
|
* also optimize for float cellsHåvard Pettersen2019-07-151-4/+9
|
* extend c++ specific conformance test with float casesHåvard Pettersen2019-07-031-2/+2
|
* disable optimizations for tensors with non-double cellsHåvard Pettersen2019-05-031-0/+8
| | | | | | use reference implementation for tensors claiming to have non-double cells to be able to preserve cell type for tensors created from a TensorSpec (specifically lambda tensors with float cells).
* avoid abstract value typesHåvard Pettersen2019-04-251-10/+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)
* use ObjectVisitor to debug dump TensorFunction treesHåvard Pettersen2018-03-131-0/+8
|
* minor cleanupHåvard Pettersen2018-03-021-62/+69
|
* improve testArne Juul2018-03-021-32/+73
|
* fix operand orderingArne Juul2018-03-011-1/+2
| | | | * also improve test to detect this bug
* add inplace joinArne Juul2018-03-011-0/+98