Home
last modified time | relevance | path

Searched refs:set_threshold (Results 1 – 25 of 31) sorted by relevance

12

/external/python/cpython2/Lib/distutils/
Dlog.py59 def set_threshold(level): function
67 set_threshold(WARN)
69 set_threshold(INFO)
71 set_threshold(DEBUG)
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/trees/
Ddecision_tree_test.cc119 split_node->set_threshold(0.0f); in TEST_F()
144 split_node->set_threshold(-20.0f); in TEST_F()
165 split_node->set_threshold(4.0f); in TEST_F()
194 split_node->set_threshold(2.0f); in TEST_F()
203 split_node->set_threshold(5.0f); in TEST_F()
212 split_node->set_threshold(3.0f); in TEST_F()
266 split_node1->set_threshold(9.0f); in TEST_F()
274 split_node2->set_threshold(-20.0f); in TEST_F()
/external/python/cpython3/Lib/distutils/
Dlog.py63 def set_threshold(level): function
71 set_threshold(WARN)
73 set_threshold(INFO)
75 set_threshold(DEBUG)
/external/python/cpython2/Lib/distutils/tests/
Dtest_config.py10 from distutils.log import set_threshold
72 self.old_threshold = set_threshold(WARN)
76 set_threshold(self.old_threshold)
Dsupport.py28 self.threshold = log.set_threshold(log.FATAL)
37 log.set_threshold(self.threshold)
Dtest_core.py40 self.addCleanup(log.set_threshold, log._global_log.threshold)
Dtest_dist.py401 self.addCleanup(log.set_threshold, log._global_log.threshold)
/external/python/cpython3/Lib/distutils/tests/
Dtest_config.py7 from distutils.log import set_threshold
74 self.old_threshold = set_threshold(WARN)
78 set_threshold(self.old_threshold)
Dtest_log.py17 old_threshold = log.set_threshold(log.DEBUG)
30 log.set_threshold(old_threshold)
Dsupport.py19 self.threshold = log.set_threshold(log.FATAL)
28 log.set_threshold(self.threshold)
Dtest_core.py55 self.addCleanup(log.set_threshold, log._global_log.threshold)
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/partitioners/
Dexample_partitioner_test.cc56 split->set_threshold(3.0f); in TEST_F()
79 split->set_threshold(3.0f); in TEST_F()
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/models/
Dmultiple_additive_trees_test.cc80 dense_split->set_threshold(5.0f); in TEST_F()
153 dense_split->set_threshold(5.0f); in TEST_F()
236 dense_split->set_threshold(5.0f); in TEST_F()
/external/python/cpython2/Lib/test/
Dtest_gc.py219 gc.set_threshold(1)
228 gc.set_threshold(*thresholds)
234 gc.set_threshold(1)
243 gc.set_threshold(*thresholds)
Dtest_modulefinder.py295 distutils.log.set_threshold(distutils.log.WARN)
Dtest_weakref.py669 gc.set_threshold(1, 1, 1)
690 gc.set_threshold(*thresholds)
942 self.addCleanup(gc.set_threshold, *gc.get_threshold())
946 gc.set_threshold(th, th, th)
Dtest_weakset.py429 self.addCleanup(gc.set_threshold, *gc.get_threshold())
433 gc.set_threshold(th, th, th)
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dparams_test.cc65 threshold->set_threshold(5.0); in TEST()
/external/opencv/cvaux/include/
Dcvaux.hpp87 bool set_threshold( int threshold ) // threshold applied to the histogram bins in set_threshold() function in CvCamShiftTracker
/external/python/cpython3/Lib/test/
Dtest_gc.py253 gc.set_threshold(1)
262 gc.set_threshold(*thresholds)
268 gc.set_threshold(1)
277 gc.set_threshold(*thresholds)
Dtest_weakset.py415 self.addCleanup(gc.set_threshold, *gc.get_threshold())
419 gc.set_threshold(th, th, th)
Dtest_weakref.py709 gc.set_threshold(1, 1, 1)
730 gc.set_threshold(*thresholds)
1150 self.addCleanup(gc.set_threshold, *gc.get_threshold())
1154 gc.set_threshold(th, th, th)
/external/python/cpython3/Lib/test/libregrtest/
Dsetup.py81 gc.set_threshold(ns.threshold)
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/testutil/
Drandom_tree_gen.cc203 split->set_threshold(rng_->RandFloat()); in GenerateSplit()
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dsplit_handler_ops.cc224 dense_split->set_threshold( in Compute()
497 dense_split->set_threshold(bucket_boundaries(best_bucket_id)); in Compute()

12