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
Add the addon to the py_library in this sub-package's BUILD file.
Testing Requirements
Simple unittests that demonstrate the metric is behaving as expected.
When applicable, run all unittests with TensorFlow's
@run_in_graph_and_eager_modes (for test method)
or run_all_in_graph_and_eager_modes (for TestCase subclass)
decorator.
Add a py_test to this sub-package's BUILD file.
Documentation Requirements
Update the table of contents in this sub-package's README.