MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / testVars

Method testVars

tensorflow/python/kernel_tests/metrics_test.py:180–182  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 3

onesMethod · 0.80
_assert_metric_variablesFunction · 0.70
meanMethod · 0.45

Tested by

no test coverage detected