(self)
| 178 | |
| 179 | @test_util.run_deprecated_v1 |
| 180 | def testVars(self): |
| 181 | metrics.mean(array_ops.ones([4, 3])) |
| 182 | _assert_metric_variables(self, ('mean/count:0', 'mean/total:0')) |
| 183 | |
| 184 | @test_util.run_deprecated_v1 |
| 185 | def testMetricsCollection(self): |
nothing calls this directly
no test coverage detected