- 03 Oct, 2017 2 commits
-
-
Scott Cyphers authored
-
Scott Cyphers authored
* Have abs use layout. * Use layout to get vector info * Add format selector for mapped arrays Convert some ops Drop runtime.cpp since we don't expose the functions any more. * Add vector concat * concat matrix * Switch more ops to simpler eigen wrapping
-
- 02 Oct, 2017 3 commits
-
-
Adam Procter authored
* Add reduce op class and type propagation * Implement FunctionCall through VM * Changes Function to require explicit return type at construction time
-
Robert Kimball authored
-
Yixing Lao authored
-
- 30 Sep, 2017 2 commits
-
-
Robert Kimball authored
CMake: Update MKL-DNN tag and remove upstreamed patch
-
Robert Kimball authored
-
- 28 Sep, 2017 2 commits
-
-
Scott Cyphers authored
-
Robert Kimball authored
* cleanup pass registration code. * Replace explicit code to do passes with pass_manager passes * make external function work with const types internally, it should not change the graph
-
- 27 Sep, 2017 3 commits
-
-
Scott Cyphers authored
* Basic layouts, tuples * Review comments. * Add incude for size_t. * Bop use-after-free in GetTupleElement * Inline call to get_element_types()
-
Jaikrishnan Menon authored
-
Adam Procter authored
* Implement vector and matrix concatenation through VM * Address PR comments * Comments on Concat semantics * Remove some redundant template parameters in concat_matrix and concat_vector * Formatting fixes in external_function.cpp
-
- 26 Sep, 2017 4 commits
-
-
Adam Procter authored
* Vector dot product implementation * Implement matrix mult instruction in VM * Add implementations for scalar-tensor and matrix/vector products.
-
Yixing Lao authored
-
Adam Procter authored
-
Adam Procter authored
* This is kind of a cheap hack for the moment, at least in the tensor constant case: each constant instruction carries around its value, and copies that to the result buffer everytime we need it. Ultimately we will probably want a pass that allocates space in the call frame for constants, similar to what we do for parameters.
-
- 25 Sep, 2017 3 commits
-
-
Adam Procter authored
* Add elementwise ops to runtime * equals operator implementation at graph and runtime level * "Select" operator (elementwise ?:) at graph and runtime level * A few file renames (`notequal` -> `not_equal`, `lessthan` -> `less_than`) * Macro wrapping boilerplate for op registration in `external_function.cpp` (this covers everything except `op::Parameter`).
-
Christian Convey authored
* Forces CI to use clang-3.9
-
Robert Kimball authored
-
- 22 Sep, 2017 3 commits
-
-
Yixing Lao authored
-
Robert Kimball authored
add tensor buffer size unit test fix warnings when building mkldnn test get tensor is_output set. Add Manager state and Function to pass manager use pass manager internal state
-
Scott Cyphers authored
-
- 21 Sep, 2017 6 commits
-
-
Yixing Lao authored
-
Avijit authored
-
Adam Procter authored
fix eigen warnings during build
-
Robert Kimball authored
-
Christian Convey authored
rename logging macros
-
Yixing Lao authored
-
- 20 Sep, 2017 6 commits
-
-
Yixing Lao authored
Moves src tree under `ngraph` dir
-
Christian Convey authored
* Done to achieve goal of having our #include directives all start with `"ngraph/`, like LLVM does.
-
Yixing Lao authored
individual install path for external projects
-
Yixing Lao authored
-
Yixing Lao authored
new directory layout
-
Yixing Lao authored
-
- 19 Sep, 2017 4 commits
-
-
Bob Kimball authored
-
Robert Kimball authored
add liveness pass
-
Adam Procter authored
Simplify expression construction for tests.
-
Scott Cyphers authored
-
- 18 Sep, 2017 1 commit
-
-
Scott Cyphers authored
* Simplify external function use. * By default, release original function. Optional argument to delay release.
-
- 16 Sep, 2017 1 commit
-
-
Bob Kimball authored
add naming of tensors and tensor views add visualization pass add graph dump pass
-