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
Accelerator
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
Type
/
to 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
225
Star
927
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
Graph custom gradient support
- #292
#292
Merged
karllessard
merged 27 commits into
tensorflow:master
tensorflow/java:master
from
rnett:rn_custom_gradients
rnett/tensorflow-java:rn_custom_gradients
Copy head branch name to clipboard
Nov 11, 2021
Conversation
Commits
27
(27)
Checks
Files changed
Merged
Graph custom gradient support
#292
karllessard
merged 27 commits into
tensorflow:master
tensorflow/java:master
from
rnett:rn_custom_gradients
rnett/tensorflow-java:rn_custom_gradients
Copy head branch name to clipboard
Commits
Commits on Oct 20, 2021
Add JavaCPP generation for gradient registry stuff
Show description for ee96979
rnett
committed
ee96979
View commit details
Copy full SHA for ee96979
Browse repository at this point
Working gradients
Show description for c5717b0
rnett
committed
c5717b0
View commit details
Copy full SHA for c5717b0
Browse repository at this point
Add missing requireHandles
Show description for 12d579c
rnett
committed
12d579c
View commit details
Copy full SHA for 12d579c
Browse repository at this point
Rebase, use try-with-resources
Show description for 1f1ba2c
rnett
committed
1f1ba2c
View commit details
Copy full SHA for 1f1ba2c
Browse repository at this point
Expose the necessary symbols on Windows
Show description for 89690ab
rnett
committed
89690ab
View commit details
Copy full SHA for 89690ab
Browse repository at this point
Nicely handle pre-existing gradients
Show description for dfaac8d
rnett
committed
dfaac8d
View commit details
Copy full SHA for dfaac8d
Browse repository at this point
Small-ish review changes
Show description for 2f22b57
rnett
committed
2f22b57
View commit details
Copy full SHA for 2f22b57
Browse repository at this point
Use annotation instead of field reflection to store op types
Show description for 3acc001
rnett
committed
3acc001
View commit details
Copy full SHA for 3acc001
Browse repository at this point
Cleanup and more review changes
Show description for 5127413
rnett
committed
5127413
View commit details
Copy full SHA for 5127413
Browse repository at this point
Commits on Oct 29, 2021
Remove empty init file
Show description for 293fecc
rnett
committed
293fecc
View commit details
Copy full SHA for 293fecc
Browse repository at this point
Update annotation generator comments
Show description for 2eb9342
rnett
committed
2eb9342
View commit details
Copy full SHA for 2eb9342
Browse repository at this point
Commits on Oct 31, 2021
Update annotation names and comments, and registerCustomGradient javadoc
Show description for f1f6e8b
rnett
committed
f1f6e8b
View commit details
Copy full SHA for f1f6e8b
Browse repository at this point
Commits on Nov 5, 2021
Add no-arg ctor to BaseGradientAdapter
Show description for 8c40b8c
rnett
committed
8c40b8c
View commit details
Copy full SHA for 8c40b8c
Browse repository at this point
Add documentation about dangerousGradientBuilder
Show description for d08b38b
rnett
committed
d08b38b
View commit details
Copy full SHA for d08b38b
Browse repository at this point
Add Javadoc for getUnsafeNativeHandle
Show description for 72ed4f0
rnett
committed
72ed4f0
View commit details
Copy full SHA for 72ed4f0
Browse repository at this point
More dangerous gradient builder javadocs
Show description for fd2609d
rnett
committed
fd2609d
View commit details
Copy full SHA for fd2609d
Browse repository at this point
Add note about why gradientFuncs is required
Show description for 36a6e30
rnett
committed
36a6e30
View commit details
Copy full SHA for 36a6e30
Browse repository at this point
Store and allow getting native scope device when it has been set from Java
Show description for 2ddbb6c
rnett
committed
2ddbb6c
View commit details
Copy full SHA for 2ddbb6c
Browse repository at this point
Rename withDevice's parameter
Show description for 759a754
rnett
committed
759a754
View commit details
Copy full SHA for 759a754
Browse repository at this point
Update scope for fix review comments
Show description for ed1da29
rnett
committed
ed1da29
View commit details
Copy full SHA for ed1da29
Browse repository at this point
Clarify the difference between CustomGradient and RawCustomGradient
Show description for 4504a6f
rnett
committed
4504a6f
View commit details
Copy full SHA for 4504a6f
Browse repository at this point
Remove experiment
Show description for be4840c
rnett
committed
be4840c
View commit details
Copy full SHA for be4840c
Browse repository at this point
Commits on Nov 8, 2021
Adjust GraphOperation#input to not require a graph lock
Show description for 9601138
rnett
committed
9601138
View commit details
Copy full SHA for 9601138
Browse repository at this point
Remove printing from CustomGradientTest
Show description for ca5d343
rnett
committed
ca5d343
View commit details
Copy full SHA for ca5d343
Browse repository at this point
Cleanup adapter exceptions, name gradient scopes
Show description for 517fd8d
rnett
committed
517fd8d
View commit details
Copy full SHA for 517fd8d
Browse repository at this point
Commits on Nov 11, 2021
Document use of rawtypes
Show description for f5dd0e5
rnett
committed
f5dd0e5
View commit details
Copy full SHA for f5dd0e5
Browse repository at this point
Generate the new op classes
Show description for bfbfb49
rnett
committed
bfbfb49
View commit details
Copy full SHA for bfbfb49
Browse repository at this point
You can’t perform that action at this time.