Home
last modified time | relevance | path

Searched refs:prob_true (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-loop-unswitch.c377 unsigned prob_true; in tree_unswitch_loop() local
386 prob_true = edge_true->probability; in tree_unswitch_loop()
388 NULL, prob_true, prob_true, in tree_unswitch_loop()
389 REG_BR_PROB_BASE - prob_true, false); in tree_unswitch_loop()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-loop-unswitch.c377 unsigned prob_true; in tree_unswitch_loop() local
386 prob_true = edge_true->probability; in tree_unswitch_loop()
388 NULL, prob_true, prob_true, in tree_unswitch_loop()
389 REG_BR_PROB_BASE - prob_true, false); in tree_unswitch_loop()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-loop-unswitch.c388 unsigned prob_true; in tree_unswitch_loop() local
397 prob_true = edge_true->probability; in tree_unswitch_loop()
399 NULL, prob_true, prob_true, in tree_unswitch_loop()
400 REG_BR_PROB_BASE - prob_true, false); in tree_unswitch_loop()
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/
H A Dcalibration.py971 prob_true = bin_true[nonzero] / bin_total[nonzero]
974 return prob_true, prob_pred
1044 def __init__(self, prob_true, prob_pred, y_prob, *, estimator_name=None): argument
1045 self.prob_true = prob_true
1095 self.line_ = ax.plot(self.prob_pred, self.prob_true, "s-", **line_kwargs)[0]
1317 prob_true, prob_pred = calibration_curve(
1323 prob_true=prob_true, prob_pred=prob_pred, y_prob=y_prob, estimator_name=name
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/rnn/large_word_lm/
H A Dsampler.py48 prob_true = ((true_cls + 2.0) / (true_cls + 1.0)).log() / log_range
49 count_true = self._prob_helper(num_tries, num_sampled, prob_true)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/rnn/large_word_lm/
H A Dsampler.py48 prob_true = ((true_cls + 2.0) / (true_cls + 1.0)).log() / log_range
49 count_true = self._prob_helper(num_tries, num_sampled, prob_true)
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/tests/
H A Dtest_calibration.py393 prob_true, prob_pred = calibration_curve(y_true, y_pred, n_bins=2)
397 assert len(prob_true) == len(prob_pred)
398 assert len(prob_true) == 2
399 assert_almost_equal(prob_true, [0, 1])
401 assert_almost_equal(prob_true, prob_true_unnormalized)
688 prob_true, prob_pred = calibration_curve(
692 assert_allclose(viz.prob_true, prob_true)
734 prob_true = np.array([0, 1, 1, 0])
738 viz = CalibrationDisplay(prob_true, prob_pred, y_prob, estimator_name=name)
752 prob_true = np.array([0, 1, 1, 0])
[all …]
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/scripts/language_model/
H A Dsampler.py98 prob_true = ((true_cls + 2.0) / (true_cls + 1.0)).log() / log_range
99 count_true = self._prob_helper(num_tries, prob_true)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-loop-unswitch.c481 profile_probability prob_true; in tree_unswitch_loop() local
490 prob_true = edge_true->probability; in tree_unswitch_loop()
492 NULL, prob_true, in tree_unswitch_loop()
493 prob_true.invert (), in tree_unswitch_loop()
494 prob_true, prob_true.invert (), in tree_unswitch_loop()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-loop-unswitch.c483 profile_probability prob_true; in tree_unswitch_loop() local
492 prob_true = edge_true->probability; in tree_unswitch_loop()
494 NULL, prob_true, in tree_unswitch_loop()
495 prob_true.invert (), in tree_unswitch_loop()
496 prob_true, prob_true.invert (), in tree_unswitch_loop()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-loop-unswitch.c482 profile_probability prob_true;
491 prob_true = edge_true->probability;
493 NULL, prob_true,
494 prob_true.invert (),
495 prob_true, prob_true.invert (),
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-unswitch.c483 profile_probability prob_true; in tree_unswitch_loop() local
492 prob_true = edge_true->probability; in tree_unswitch_loop()
494 NULL, prob_true, in tree_unswitch_loop()
495 prob_true.invert (), in tree_unswitch_loop()
496 prob_true, prob_true.invert (), in tree_unswitch_loop()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-unswitch.c482 profile_probability prob_true; in tree_unswitch_loop() local
491 prob_true = edge_true->probability; in tree_unswitch_loop()
493 NULL, prob_true, in tree_unswitch_loop()
494 prob_true.invert (), in tree_unswitch_loop()
495 prob_true, prob_true.invert (), in tree_unswitch_loop()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-loop-unswitch.c482 profile_probability prob_true; in tree_unswitch_loop() local
491 prob_true = edge_true->probability; in tree_unswitch_loop()
493 NULL, prob_true, in tree_unswitch_loop()
494 prob_true.invert (), in tree_unswitch_loop()
495 prob_true, prob_true.invert (), in tree_unswitch_loop()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-unswitch.c483 profile_probability prob_true; in tree_unswitch_loop() local
492 prob_true = edge_true->probability; in tree_unswitch_loop()
494 NULL, prob_true, in tree_unswitch_loop()
495 prob_true.invert (), in tree_unswitch_loop()
496 prob_true, prob_true.invert (), in tree_unswitch_loop()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-unswitch.c483 profile_probability prob_true; in tree_unswitch_loop() local
492 prob_true = edge_true->probability; in tree_unswitch_loop()
494 NULL, prob_true, in tree_unswitch_loop()
495 prob_true.invert (), in tree_unswitch_loop()
496 prob_true, prob_true.invert (), in tree_unswitch_loop()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-loop-unswitch.c483 profile_probability prob_true; in tree_unswitch_loop() local
492 prob_true = edge_true->probability; in tree_unswitch_loop()
494 NULL, prob_true, in tree_unswitch_loop()
495 prob_true.invert (), in tree_unswitch_loop()
496 prob_true, prob_true.invert (), in tree_unswitch_loop()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-unswitch.c483 profile_probability prob_true; in tree_unswitch_loop() local
492 prob_true = edge_true->probability; in tree_unswitch_loop()
494 NULL, prob_true, in tree_unswitch_loop()
495 prob_true.invert (), in tree_unswitch_loop()
496 prob_true, prob_true.invert (), in tree_unswitch_loop()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-unswitch.c482 profile_probability prob_true; in tree_unswitch_loop() local
491 prob_true = edge_true->probability; in tree_unswitch_loop()
493 NULL, prob_true, in tree_unswitch_loop()
494 prob_true.invert (), in tree_unswitch_loop()
495 prob_true, prob_true.invert (), in tree_unswitch_loop()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-loop-unswitch.c482 profile_probability prob_true; in tree_unswitch_loop() local
491 prob_true = edge_true->probability; in tree_unswitch_loop()
493 NULL, prob_true, in tree_unswitch_loop()
494 prob_true.invert (), in tree_unswitch_loop()
495 prob_true, prob_true.invert (), in tree_unswitch_loop()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-loop-unswitch.c483 profile_probability prob_true; in tree_unswitch_loop() local
492 prob_true = edge_true->probability; in tree_unswitch_loop()
494 NULL, prob_true, in tree_unswitch_loop()
495 prob_true.invert (), in tree_unswitch_loop()
496 prob_true, prob_true.invert (), in tree_unswitch_loop()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-loop-unswitch.c482 profile_probability prob_true; in tree_unswitch_loop() local
491 prob_true = edge_true->probability; in tree_unswitch_loop()
493 NULL, prob_true, in tree_unswitch_loop()
494 prob_true.invert (), in tree_unswitch_loop()
495 prob_true, prob_true.invert (), in tree_unswitch_loop()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-loop-unswitch.c483 profile_probability prob_true; in tree_unswitch_loop() local
492 prob_true = edge_true->probability; in tree_unswitch_loop()
494 NULL, prob_true, in tree_unswitch_loop()
495 prob_true.invert (), in tree_unswitch_loop()
496 prob_true, prob_true.invert (), in tree_unswitch_loop()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-loop-unswitch.c483 profile_probability prob_true; in tree_unswitch_loop() local
492 prob_true = edge_true->probability; in tree_unswitch_loop()
494 NULL, prob_true, in tree_unswitch_loop()
495 prob_true.invert (), in tree_unswitch_loop()
496 prob_true, prob_true.invert (), in tree_unswitch_loop()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-unswitch.c406 unsigned prob_true; in tree_unswitch_loop() local
415 prob_true = edge_true->probability; in tree_unswitch_loop()
417 NULL, prob_true, prob_true, in tree_unswitch_loop()
418 REG_BR_PROB_BASE - prob_true, false); in tree_unswitch_loop()

12