Home
last modified time | relevance | path

Searched refs:expect_calls (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator_test.py278 def __init__(self, expect_calls): argument
282 self.expect_calls = expect_calls
297 assert (self.end_calls == self.expect_calls and
298 self.begin_calls == self.expect_calls)
847 monitors=[CheckCallsMonitor(expect_calls=21)])