-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
histogram: implement buckets_v3 #5356
Commits on Oct 5, 2021
-
rename functions to avoid confusion
Use `single_value` here, `singular` has unrelated mathematical meaning: https://en.wikipedia.org/wiki/Singularity_(mathematics).
Configuration menu - View commit details
-
Copy full SHA for 05d8c78 - Browse repository at this point
Copy the full SHA 05d8c78View commit details -
push the single_value test cases down to all test cases
Since v3 change the outcome for single value input, this enables the customization of these test cases.
Configuration menu - View commit details
-
Copy full SHA for 3ea37da - Browse repository at this point
Copy the full SHA 3ea37daView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0815dc - Browse repository at this point
Copy the full SHA f0815dcView commit details -
More tests for v3 pb ops will be added after histogram_pb_v3 is implemented.
Configuration menu - View commit details
-
Copy full SHA for 6774bea - Browse repository at this point
Copy the full SHA 6774beaView commit details -
Revert "push the single_value test cases down to all test cases"
This reverts commit be2213cac544d17a9cec65e9e3b37a4c8a59d5d2.
Configuration menu - View commit details
-
Copy full SHA for fffb21b - Browse repository at this point
Copy the full SHA fffb21bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf44ad - Browse repository at this point
Copy the full SHA 5bf44adView commit details -
Make SummaryV3OpGraphTest inherit from V2 test case and add test for …
…zero bucket count
Configuration menu - View commit details
-
Copy full SHA for 3f4cfd3 - Browse repository at this point
Copy the full SHA 3f4cfd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e18664 - Browse repository at this point
Copy the full SHA 9e18664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e72bde - Browse repository at this point
Copy the full SHA 3e72bdeView commit details -
add SummaryV3OpGraphTest test case and update tests
TODO: figure out why `test_zero_bucket_count` doesn't work in the v3 graph test case (works in v3 op test case).
Configuration menu - View commit details
-
Copy full SHA for 9d32842 - Browse repository at this point
Copy the full SHA 9d32842View commit details
Commits on Oct 6, 2021
-
make bucket_count a variable before tf.cond op
Move tf.math.maximum() to the top and avoid compile time shape inference that fails the conditional branch that isn't supposed to be execute when bucket_count is 0.
Configuration menu - View commit details
-
Copy full SHA for 72cb90b - Browse repository at this point
Copy the full SHA 72cb90bView commit details
Commits on Oct 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2d5fafe - Browse repository at this point
Copy the full SHA 2d5fafeView commit details