Searched refs:TestEstimator (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/ |
D | jitter_estimator_tests.cc | 17 class TestEstimator : public VCMJitterEstimator { class 19 explicit TestEstimator(bool exp_enabled) in TestEstimator() function in webrtc::TestEstimator 42 TestEstimator regular_estimator_; 43 TestEstimator low_rate_estimator_;
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/ |
D | saved_model_export_utils_test.py | 45 class TestEstimator(estimator.Estimator): class 48 super(TestEstimator, self).__init__(*args, **kwargs) 711 test_estimator = TestEstimator() 753 test_estimator = TestEstimator() 789 test_estimator = TestEstimator() 822 test_estimator = TestEstimator() 852 test_estimator = TestEstimator() 878 test_estimator = TestEstimator()
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
D | experiment_test.py | 136 class TestEstimator( class 140 super(TestEstimator, self).__init__(config, max_evals, eval_dict) 145 return super(TestEstimator, self).evaluate(**kwargs) 151 return super(TestEstimator, self).train(**kwargs) 160 return super(TestEstimator, self).export_savedmodel( 202 return [TestEstimator(config=config, eval_dict=eval_dict),
|