- 27 Jan, 2019 2 commits
-
-
Robert Kimball authored
-
Robert Kimball authored
-
- 26 Jan, 2019 1 commit
-
-
Robert Kimball authored
-
- 24 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update hybrid unit test * remove unused files * add graphviz to test * add ability to add attributes to graphviz nodes * tweak colors * more interesting graph * update test model * add memory management passes * add Dump * wip * remove in-place code from memory layout
-
- 23 Jan, 2019 2 commits
-
-
Nishant Patel authored
* Divert dynamic offset to reference * update gpu manifest * Avoid dynamic cast
-
Michał Karzyński authored
* [ONNX] Enable softmax test * Update onnx_import.in.cpp * change __expf to exp for accuracy
-
- 21 Jan, 2019 2 commits
-
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
- 18 Jan, 2019 3 commits
-
-
Michał Karzyński authored
* [ONNX] Enable softplus tests * style-apply
-
Louis Feng authored
* batch dot bprop WIP. * WIP. * testing. * clean up debug code. * comments and var name change. * clean up. * format style, batch dot differentiable pass. * removed debug output. * added unit test to autodiff, refactored make_function -> make_function_from_file. * fixed build warning. * fixed gpu build error. * clang format fix. * all test_tools.cpp to find SERIALIZED_ZOO * remove cmake redef. * fix unused macro. * making test cpu only. * testing build var * macro test * verbose makefile test * style fix * verbose make * test/util needs test/models. * removed debug output. * refactor fusion type. * refactor fusion type.
-
Adam Procter authored
-
- 17 Jan, 2019 1 commit
-
-
Adam Procter authored
* Retire Reduce, ReduceWindow, SelectAndScatter * Remove lingering AnyAllReplacement code * Remove apparently-now-unused macro * Remove lingering op/reduce.hpp includes * Remove FunctionCall * Update Python stuff to remove FunctionCall, Reduce * Add Any/All tests to GPU manifest * Remove deleted .hpp #include from gpu_compiled_function.cpp * Restore reduce_function.cpp since that is where the All/Any implementations ended up residing * Add reduce_function.cpp back into CMakeLists.txt * Remove #include of deleted reduce.hpp * Re-remove AnyAllReplacement from GPU passes * Remove deleted #includes from gpu_internal_function.cpp * Remove git conflict stuff (whoops) * Add newline at EOF, per review comment * Address flake8 complaint about unused import
-
- 16 Jan, 2019 4 commits
-
-
Michal Karzynski authored
-
Michal Karzynski authored
-
Adam Rogowiec authored
-
Nick Korovaiko authored
* sink pad and slice * Update reshape_sinking.cpp * batch size 1 -> 100 * move extern decls to header * Update reshape_sinking.hpp
-
- 15 Jan, 2019 1 commit
-
-
Michal Karzynski authored
-
- 14 Jan, 2019 2 commits
-
-
nikolay.korovaiko authored
-
Michal Karzynski authored
-
- 12 Jan, 2019 1 commit
-
-
Robert Kimball authored
* first cut at raspberry pi backend * rename rpi to generic cpu * disable cursed test
-
- 11 Jan, 2019 3 commits
-
-
nikolay.korovaiko authored
-
Nick Korovaiko authored
-
nikolay.korovaiko authored
-
- 08 Jan, 2019 2 commits
-
-
Adam Rogowiec authored
-
Nishant Patel authored
* Fix signedconv op * Add assert and change the dynamic scale test case * Change assert * Update quantized_conv_bias.cpp * Update quantized_conv_bias.cpp
-
- 07 Jan, 2019 3 commits
-
-
Adam Rogowiec authored
* Enable support for group attribute. * UT for ConvTranspose with groups. * Validate group attribute value. * Move helper function to unnamed namespace. * Access values with bounds checking. * Fix spelling.
-
gcwenger authored
* Simplified & tightened all_close_f parameters Removed specification of mantissa bits for all_close_f in favor of just specifying tolerance bits. Tightened up all_close_f default. Fixed LRN unit test which had insufficient result precision to pass tighter all_close_f tolerance. * Addressed PR comments. Reworked mantissa bit and tolerance constants. Clarified and improved graph comparison tolerance calculation flexibility. Clarified unit test tolerance testing.
-
Adam Rogowiec authored
* UT for Softplus ONNX operator testing edge cases. * Rename UT model name. * Handle overflows. * Add UT for ininite values and check them correctly. * Update values in comment
-
- 03 Jan, 2019 2 commits
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
Adam Rogowiec authored
* Add broadcasting to variadic OP in opset 8. * Apply style format. * Update onnx_import.cpp
-
- 31 Dec, 2018 1 commit
-
-
Robert Kimball authored
-
- 28 Dec, 2018 1 commit
-
-
Robert Kimball authored
-
- 23 Dec, 2018 1 commit
-
-
Robert Kimball authored
* Add GPUH hybrid backend * update manifests * update node operator<< * fix GOE * remove debug * remove debug * more cleanup * add parent support to cpu and intel gpu backend tensors * cleanup * fix odd failure when printing node during construction * fix node output * address review comments * style
-
- 22 Dec, 2018 2 commits
-
-
Chris Sullivan authored
-
Robert Kimball authored
-
- 21 Dec, 2018 2 commits
-
-
Nishant Patel authored
* Support dynamic scales for Qconv's and Dequantize * Remove constant folding * add additional dynamic_quantize unittest * add another mxnet quantize unittest * add additional dynamic_dequantize tests * fix shape error * add dynamic signed_quantize unittest * Pass correct scale * Refactoring * Added dynamic scale support for QCBA and QCBSA * Refactor to create MKLDNN primitives on the first iteration * remove stray code * unused variables * remove extraneous line
-
gcwenger authored
* Graph comparison testing quiet unless problem is detected. * Fixed file formatting * Renamed ss => msg
-
- 20 Dec, 2018 1 commit
-
-
Robert Kimball authored
* cleanup and add enum * new type working * enum works * use type enum * cleanup * fix errant past to source file * fix type * safely construct the type map * fix get_type_info_map return type
-
- 19 Dec, 2018 2 commits