You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Start of init scope
Signed-off-by: Ryan Nett <[email protected]>
* Fix tests
Signed-off-by: Ryan Nett <[email protected]>
* Javadoc updates
Signed-off-by: Ryan Nett <[email protected]>
* Session init helpers
Signed-off-by: Ryan Nett <[email protected]>
* Format fixes
Signed-off-by: Ryan Nett <[email protected]>
* Make initEnv default to this.
Signed-off-by: Ryan Nett <[email protected]>
* More formatting fixes
Signed-off-by: Ryan Nett <[email protected]>
* Small fixes, add native pointer based equals and hashCode to EagerOperation
Signed-off-by: Ryan Nett <[email protected]>
* Export init ops to GraphDefs and import from them
Signed-off-by: Ryan Nett <[email protected]>
* Test adding init ops after import
Signed-off-by: Ryan Nett <[email protected]>
* Automatically lift constants to init if required
Signed-off-by: Ryan Nett <[email protected]>
* Add withInitScope
Signed-off-by: Ryan Nett <[email protected]>
* Allow init ops to depend on other init ops
Signed-off-by: Ryan Nett <[email protected]>
* Add void withInitScope
Signed-off-by: Ryan Nett <[email protected]>
* Lift init inputs to init as well
Signed-off-by: Ryan Nett <[email protected]>
* Formatting
Signed-off-by: Ryan Nett <[email protected]>
* Allow use of init input lifting
Signed-off-by: Ryan Nett <[email protected]>
* Add forceInitialize to reinitialize session
Signed-off-by: Ryan Nett <[email protected]>
* Replace withInitScope with liftToInitScope
Signed-off-by: Ryan Nett <[email protected]>
* Update framework
Signed-off-by: Ryan Nett <[email protected]>
* Rebase fixes
Signed-off-by: Ryan Nett <[email protected]>
* Remove Java 10 API
Signed-off-by: Ryan Nett <[email protected]>
* Check control dependencies up front
Signed-off-by: Ryan Nett <[email protected]>
* Reorder methods
Signed-off-by: Ryan Nett <[email protected]>
* Session constructors
Signed-off-by: Ryan Nett <[email protected]>
* Variable with init value uses passed scope
Signed-off-by: Ryan Nett <[email protected]>
* Change initScope to withInitScope
Signed-off-by: Ryan Nett <[email protected]>
* Fix initScope usages
Signed-off-by: Ryan Nett <[email protected]>
* Variable fixes
Signed-off-by: Ryan Nett <[email protected]>
* Don't put reset ops in init scope
Signed-off-by: Ryan Nett <[email protected]>
* New session initialization, formatting
Signed-off-by: Ryan Nett <[email protected]>
* Fix a test
Signed-off-by: Ryan Nett <[email protected]>
* Fix generated names
Signed-off-by: Ryan Nett <[email protected]>
* Comment fixes
Signed-off-by: Ryan Nett <[email protected]>
* More comment fixes
Signed-off-by: Ryan Nett <[email protected]>
* Track init ops and topmost init ops separately
Signed-off-by: Ryan Nett <[email protected]>
* Don't track topmost init ops
Signed-off-by: Ryan Nett <[email protected]>
* Unsynchronize Session
Signed-off-by: Ryan Nett <[email protected]>
* Fix format
Signed-off-by: Ryan Nett <[email protected]>
* Fix not building init op
Signed-off-by: Ryan Nett <[email protected]>
* Use init scope in variable-with-init
Signed-off-by: Ryan Nett <[email protected]>
* Fix comments, make ranInits final
Signed-off-by: Ryan Nett <[email protected]>
* Update toGraphDef comment
Signed-off-by: Ryan Nett <[email protected]>
* Update Sessions comment
Signed-off-by: Ryan Nett <[email protected]>
* Remove wildcard import
Signed-off-by: Ryan Nett <[email protected]>
* Change init op name to Init
Signed-off-by: Ryan Nett <[email protected]>
* Don't include NoOps in initializer list
Signed-off-by: Ryan Nett <[email protected]>
* Fix format
Signed-off-by: Ryan Nett <[email protected]>
0 commit comments