Conversation
* Adjust sub-Ops classes to take Ops in their constructor instead of Scope, and get the scope from that. Save Ops parameter to field and add accessor for it. Signed-off-by: Ryan Nett <rnett@calpoly.edu> * remove unlinked LinalgSparseOps Signed-off-by: Ryan Nett <rnett@calpoly.edu>
…ers (#153) * Added `Shaped` interface shared across different containers * Override default Javadoc for `shape()`
…eager semantics. (#158) * Change eager mode control inputs from exception to no-op, reflecting eager semantics. Signed-off-by: Ryan Nett <rnett@calpoly.edu> * fix test to reflect not throwing exception Signed-off-by: Ryan Nett <rnett@calpoly.edu>
…159) * Draft for DeviceSpec integration * Added generation for Ops * Removed something from generated Ops * Finalized the PR * Refactored Scope.apply method * Handle case of separate usage of control dependencies in Init method
…160) * Merge TType and Tensor instances as a single entity * Rectify documentation based on PR review * Rebase on master
* Leverage the Java type system for typing tensors * Cleanup some obsolete imports and comments * Restrict tensor types on some initializers * Document a few exception cases and other cleanups
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.