- 21 Sep, 2019 1 commit
-
-
Scott Cyphers authored
* Convert remaining dynamic_pointer_casts for ops Make is_type a function instead of a method Direct implementation of `is_parameter` * Add exports * Missing includes * headers * missing export
-
- 18 Sep, 2019 1 commit
-
-
Mateusz Bencer authored
* Changed name of concat axis * Clang styles applied * Revert "Clang styles applied" This reverts commit 4c1d3f4436765ce9eafa00140365d5d3e358eab1. * Revert "Changed name of concat axis" This reverts commit cdfe6638777509f21b199ce78fc2fe28cec15d45. * Introduced alias methods * Updated changes.md
-
- 11 Sep, 2019 1 commit
-
-
Scott Cyphers authored
* Static linking refactorization * File name changed * Update changes.md * Merge error * revert * Review comments
-
- 10 Sep, 2019 1 commit
-
-
Scott Cyphers authored
-
- 04 Sep, 2019 2 commits
-
-
Scott Cyphers authored
-
Scott Cyphers authored
-
- 16 Jul, 2019 1 commit
-
-
Scott Cyphers authored
* Maintain control_deps in replace_node Add helpers for mainting control_deps in other ways Fix compiler warning about shadowing a local * Clone control dependencies * Export symbol for Windows * Callers of copy_with_new_args * Need copy * Need shared pointer * GOE needed * goe * goe * Need pointer * Review comments
-
- 05 Jun, 2019 1 commit
-
-
Robert Kimball authored
* remove tensor offset from tensor read/write calls because it was never used * fix build errors * fix build errors * fix python test errors * more python fixes * revert change * Make old version of read/write deprecated * fix python read overload * one more try to fix python binding * fix python * yet another try * why is this so hard * fix? * add text to changes.md
-
- 29 May, 2019 1 commit
-
-
Adam Rogowiec authored
* Move reshape from utils to builder. * Add aliases to functions in old place and describe changes.
-
- 22 May, 2019 1 commit
-
-
Louis Feng authored
* constexpr ctor for EnumMask * added pass properties to core passes. * change fusion type to have better type safety. * refactor to use enum mask. * remove extra code. * added constants for FusionType backward compatibility. * spelling. * grammar fix.
-
- 29 Sep, 2018 1 commit
-
-
Robert Kimball authored
* rename files * rename runtime TensorView to Tensor * rename HostTensorView to HostTensor
-
- 31 Aug, 2018 1 commit
-
-
Scott Cyphers authored
* Validate/infer types as a virtual function BroadcastLike, ScalarConstantLike Set output shape separately from output types Remove some obsolete tests Replace *Like ops with fixed type versions * Review comments * Remove TensorViewType * Remove PrimaryTensorView * Reviewer comments * Style fix. * Another try at GPU * GPU * Simplify class hierarchy * More of previous. * Better errors * Remove unneeded classes * Merge * Update Python bindings * clang-format * Remove redundant files * Remove commented out lines * clang-format * Group includes * Missing tests * Merge error
-
- 27 Feb, 2018 1 commit
-
-
Scott Cyphers authored
* Replace using aliases with actual classes
-
- 23 Feb, 2018 1 commit
-
-
Christian Convey authored
-
- 15 Feb, 2018 1 commit
-
-
Scott Cyphers authored
* Move op implementation out of namespace * Update includes for CPU ops * Op not in default tests.
-
- 30 Jan, 2018 1 commit
-
-
Adam Procter authored
-
- 20 Jan, 2018 1 commit
-
-
Robert Kimball authored
* wip * wip * remove get_vector from runtime::TensorView class as it was for unit test only * cleanup * move writting vector to runtime::TensorView to the unit test dir * merge fix * PR review change * update from PR comment * update changes file
-
- 19 Jan, 2018 1 commit
-
-
Adam Procter authored
-
- 29 Dec, 2017 1 commit
-
-
Scott Cyphers authored
* Function can have multiple results Remove external use of ValueType, TupleType, Tuple Remove many external uses of Output and Input * corresponding CPU backend changes * Update master changes. * Remove type arg from Function, add changes.md * Merge changes. * Move bodies to .cpp, add brief doc * Merge CPU changes. * Remove xla includes from non-xla files * Remove xla from tests * First part of xla tuple support * change fprop_cache to assume multi-output bprop functions * New wrappers for handling tuples with XLA * Review comments * remove old xla files * fix merge errors * hand edit models to use multi output instead of tuples
-