- 12 Oct, 2017 6 commits
-
-
Adam Procter authored
-
Robert Kimball authored
change all passes to take shared_ptr rather than naked pointer
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
Robert Kimball authored
-
- 11 Oct, 2017 1 commit
-
-
Nick Korovaiko authored
missing include fixing vector length format fixes avoid repeating input values in a test use input trig/hyper funcs
-
- 10 Oct, 2017 2 commits
-
-
Adam Procter authored
* Formatting; fix erroneous "type_prop" classification for reduce and slice tests * Clarify comment * Add step parameter to slice, with type checking but not (yet) implementation in VM
-
Adam Procter authored
* Add elementwise exp to VM * Formatting
-
- 09 Oct, 2017 9 commits
-
-
Robert Kimball authored
-
Robert Kimball authored
Bob/warnings
-
Adam Procter authored
-
Adam Procter authored
* Type checking for reshape op * Formatting * Implement reduce op for matrices and smaller in VM * Formatting * Missing include for Ubuntu * Remove IndexBuiltin class
-
Adam Procter authored
-
Adam Procter authored
-
Robert Kimball authored
-
Robert Kimball authored
-
Robert Kimball authored
-
- 08 Oct, 2017 1 commit
-
-
Robert Kimball authored
-
- 07 Oct, 2017 1 commit
-
-
Jai Menon authored
Docker: Add more deps
-
- 06 Oct, 2017 15 commits
-
-
Scott Cyphers authored
-
Adam Procter authored
-
Scott Cyphers authored
-
Jaikrishnan Menon authored
-
Scott Cyphers authored
Add a minimal Backend API and make the interpreter use it. read/write tensors (for frameworks)
-
Jaikrishnan Menon authored
-
Robert Kimball authored
* cleanup * fix node includes
-
crlishka authored
Moved all apt-get install commands into same RUN line as apt-get update. There is a subtle timebomb if apt-get update is performed in a separate RUN line, due to how docker layers work. (#179)
-
Adam Procter authored
* isolate graph building / execution scope in some unit tests (this triggered the user-after-free which was also observed from TF) * Change descriptor::layout::TensorViewLayout to store a shared pointer to the TensorViewType rather than a reference to the TensorView
-
Robert Kimball authored
* port functions from funky passman branch * update pass tests * wip * fixed * remove obsolete test * remove debug prints
-
Jai Menon authored
Include cmath for 'expf' etc.
-
Scott Cyphers authored
-
Adam Procter authored
* Type propagation for convert * Implement "convert" through VM * Temporary commit to unconfuse git merge * Undo temporary commit to unconfuse git merge
-
Adam Procter authored
* Add support for some polymorphic operators (arithmetic, etc.) * Extend to all other ops except Tuple, which is tricky (not quite sure where to get the needed type info) * Some tidying(???) up * Extend to handle Tuple op * Slightly more descriptive macro name
-
Jaikrishnan Menon authored
-
- 05 Oct, 2017 5 commits
-
-
Matthew Brookhart authored
-
Adam Procter authored
Detect macOS and adapt sed usage in clang-format version check script; also fix small typo in err msg (#169)
-
Christian Convey authored
-
Adam Procter authored
Emacs likes to add hidden symlinks with names like '.#myfile.cpp' that don't actually point to real files as a locking mechanism, which cause the format check/apply scripts to fail. This tweaks the format scripts to ignore files that are symlinks (adds a -type f predicate to the find commands), which gets around this issue.
-
Adam Procter authored
-