summaryrefslogtreecommitdiffstats
path: root/eval
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "implement new 'reduce' API in DefaultTensorEngine""Arnstein Ressem2017-10-243-28/+59
|
* Revert "implement new 'reduce' API in DefaultTensorEngine"Arnstein Ressem2017-10-243-59/+28
|
* implement new 'reduce' API in DefaultTensorEngineHåvard Pettersen2017-10-243-28/+59
| | | | | | | | | add a singleton instance of ErrorValue, and use that instead of creating new instances many places move null pointer checks inside to_value() simplify using statements
* implement new join APIHåvard Pettersen2017-10-238-1/+96
| | | | | only 'match' is inlined added new join function to tensor::Tensor
* implement new map APIHåvard Pettersen2017-10-231-4/+23
|
* use static functions for low-level operation evalHåvard Pettersen2017-10-202-81/+134
|
* use raw function pointers for map/joinHåvard Pettersen2017-10-1910-24/+94
|
* update spec with new cases (~1Mb+ json)Håvard Pettersen2017-10-131-5/+1209
|
* generate more testsHåvard Pettersen2017-10-132-7/+213
|
* split code to generate tensor specs into separate fileHåvard Pettersen2017-10-133-234/+249
|
* use new top-level convenience accessorHåvard Pettersen2017-10-131-6/+6
|
* The first argument to fastMatch() should be the tensor with fewest cells.Tor Egge2017-10-121-1/+6
|
* avoid using source tree location to locate binariesHåvard Pettersen2017-10-041-10/+10
|
* wire in spec-based tensor conformance testingHåvard Pettersen2017-10-035-109/+135
| | | | | | verify conformance spec generation verify C++ default expression evaluation bonus: verify binary format test spec generation
* Revert "Revert "Havardpe/avoid reading past json value in slime json parser""Arnstein Ressem2017-10-022-3/+3
|
* Revert "Havardpe/avoid reading past json value in slime json parser"Arnstein Ressem2017-10-022-3/+3
|
* avoid implicit cast to boolHåvard Pettersen2017-09-292-3/+3
|
* avoid requiring that json parsing consumes all inputHåvard Pettersen2017-09-292-3/+3
| | | | (the input could end with \n if human readable)
* application to facilitate cross-language tensor conformance testing - WIPHåvard Pettersen2017-09-288-3/+413
| | | | with a few smoke tests to show the format
* clean up stuffHåvard Pettersen2017-08-221-88/+10
|
* Include what you need.Henning Baldersheim2017-08-188-51/+116
|
* Use VESPA_ prefix for new cmake variables.Tor Egge2017-08-101-1/+1
|
* Prepare for using other versions of boost and llvm.Tor Egge2017-08-101-1/+1
|
* added modulo operator (%)Haavard2017-06-2713-43/+57
|
* support tensor resultsHaavard2017-06-231-2/+11
|
* Use locale insensitive strtod and strtof.Henning Baldersheim2017-06-191-5/+4
|
* Update copyright headersJon Bratseth2017-06-14208-208/+208
|
* Revert "Update copyright headers"Jon Bratseth2017-06-14208-208/+208
|
* Update copyright headersJon Bratseth2017-06-14208-208/+208
|
* Revert "Copyright header"Jon Bratseth2017-06-13208-208/+208
|
* Copyright headerJon Bratseth2017-06-13208-208/+208
|
* auto-detect appropriate compiled function parameter lazynessHaavard2017-06-076-0/+89
| | | | ... but still allow config override
* Add support for conditionally running available shutdown.Henning Baldersheim2017-06-071-0/+5
|
* Include stringfmt where it was needed.Henning Baldersheim2017-06-061-0/+1
|
* cleanup a global mutexArne H Juul2017-06-021-0/+1
|
* Reduce fastos.h dependency.Henning Baldersheim2017-06-0148-70/+43
|
* call llvm_shutdownHaavard2017-05-291-0/+3
|
* clone for wrapped tensorsHaavard2017-05-244-10/+10
|
* support tensor mapping for wrapped simple tensorsHaavard2017-05-236-265/+367
|
* wrapped simple tensorHaavard2017-05-1814-142/+312
| | | | | | | | | | | | fall back to wrapping SimpleTensors for cases where the default tensor implementation does not support the data model (mixed dimensions). remove special handling of mixed cases in tensor conformance tests. require that the default tensor implementation passes all conformance tests. ironed out a small mismatch in the tensor binary format tag.
* fixes based on review feedbackHaavard2017-05-111-7/+7
|
* test tensor binary formatHaavard2017-05-1012-7/+862
|
* Merge pull request #2418 from yahoo/havardpe/encode-decode-simple-tensorsGeir Storli2017-05-098-134/+342
|\ | | | | binary encode/decode as part of tensor engine API
| * binary encode/decode as part of tensor engine APIHaavard2017-05-088-134/+342
| |
* | Deinline as compiler makes the best choices.Henning Baldersheim2017-05-094-0/+7
| |
* | Fix remaining inline warnings for compilation with -OgTor Brede Vekterli2017-05-052-0/+4
| |
* | gcc 7 does not provide <functional> by default.Henning Baldersheim2017-05-051-3/+4
| |
* | gcc 7 does not provide <functional> by default.Henning Baldersheim2017-05-051-4/+5
|/
* Merge pull request #2340 from yahoo/havardpe/mixed-tensor-binary-format-specGeir Storli2017-05-031-0/+42
|\ | | | | added description of new mixed serialization format
| * minor fixupHaavard2017-05-031-1/+1
| |