Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
tensorflow
/
java
Public
Notifications
You must be signed in to change notification settings
Fork
227
Star
928
Code
Issues
150
Pull requests
20
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[WIP] tf.Variable like API for variables
- #179
#179
Closed
rnett
wants to merge 17 commits into
tensorflow:master
tensorflow/java:master
from
rnett:rn_variable
rnett/tensorflow-java:rn_variable
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Closed
[WIP] tf.Variable like API for variables
#179
rnett
wants to merge 17 commits into
tensorflow:master
tensorflow/java:master
from
rnett:rn_variable
rnett/tensorflow-java:rn_variable
Copy head branch name to clipboard
Commits
Commits on Mar 12, 2021
Start of tf.Variable style variable class
Show description for e4cb2fb
rnett
committed
e4cb2fb
View commit details
Copy full SHA for e4cb2fb
Browse repository at this point
Javadoc, change initialize to no-op if already done (for function version)
Show description for 52c23fe
rnett
committed
52c23fe
View commit details
Copy full SHA for 52c23fe
Browse repository at this point
Change to immutable by default
Show description for 3c75f27
rnett
committed
3c75f27
View commit details
Copy full SHA for 3c75f27
Browse repository at this point
todo
Show description for c5ad2b3
rnett
committed
c5ad2b3
View commit details
Copy full SHA for c5ad2b3
Browse repository at this point
new type system
Show description for 19e6f3c
rnett
committed
19e6f3c
View commit details
Copy full SHA for 19e6f3c
Browse repository at this point
Resource API version
Show description for d4336de
rnett
committed
d4336de
View commit details
Copy full SHA for d4336de
Browse repository at this point
forgot a not
Show description for 3fc2613
rnett
committed
3fc2613
View commit details
Copy full SHA for 3fc2613
Browse repository at this point
forgot a not
Show description for 8b789d9
rnett
committed
8b789d9
View commit details
Copy full SHA for 8b789d9
Browse repository at this point
don't add init in eager mode
Show description for 7e2dc39
rnett
committed
7e2dc39
View commit details
Copy full SHA for 7e2dc39
Browse repository at this point
Add handle getter, fix data races
Show description for 4f8c541
rnett
committed
4f8c541
View commit details
Copy full SHA for 4f8c541
Browse repository at this point
try-with-resources in test
Show description for 2ae55ab
rnett
committed
2ae55ab
View commit details
Copy full SHA for 2ae55ab
Browse repository at this point
typo fix
Show description for 49e1547
rnett
committed
49e1547
View commit details
Copy full SHA for 49e1547
Browse repository at this point
make assignAdd and assignSub have control deps on any cached reads, to match python
Show description for 1309ee5
rnett
committed
1309ee5
View commit details
Copy full SHA for 1309ee5
Browse repository at this point
Add gradient test, ignore and note C++ issue
Show description for 8d3ea0c
rnett
committed
8d3ea0c
View commit details
Copy full SHA for 8d3ea0c
Browse repository at this point
Add variable options, with trainable (not used yet)
Show description for 3b0a6f5
rnett
committed
3b0a6f5
View commit details
Copy full SHA for 3b0a6f5
Browse repository at this point
Merge Variable and MutableVariable, un-deprecate registerVariable
Show description for 6294f81
rnett
committed
6294f81
View commit details
Copy full SHA for 6294f81
Browse repository at this point
Some test fixes - gradients work. Control deps are broken and will be fixed in #237 PR.
Show description for 342744f
rnett
committed
342744f
View commit details
Copy full SHA for 342744f
Browse repository at this point
You can’t perform that action at this time.