Home
last modified time | relevance | path

Searched refs:shuffle_ (Results 1 – 25 of 268) sorted by relevance

1234567891011

/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Algorithm/WeightedExperiments/
H A DKFoldSplitter.cxx62 const UnsignedInteger si = shuffle_.getSize() ? shuffle_[i] : i; in generate()
78 shuffle_ = Indices(N_); in setRandomize()
80 shuffle_[i] = shuffleP[i]; in setRandomize()
83 shuffle_.clear(); in setRandomize()
98 << " randomize=" << (shuffle_.getSize() > 0); in __repr__()
107 adv.saveAttribute("shuffle_", shuffle_); in save()
115 adv.loadAttribute("shuffle_", shuffle_); in load()
H A DLHSExperiment.cxx40 , shuffle_(0, 0) in LHSExperiment()
55 , shuffle_(0, 0) in LHSExperiment()
71 , shuffle_(0, 0) in LHSExperiment()
118 sample.setData((Point(*shuffle_.getImplementation()) + u) / size_); in generateStandard()
164 shuffle_ = ComputeShuffle(distribution_.getDimension(), size_); in getShuffle()
167 return shuffle_; in getShuffle()
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dsound_music_track.cpp38 shuffle_(true) in music_track()
51 shuffle_(node["shuffle"].to_bool(true)) in music_track()
65 shuffle_(true) in music_track()
125 m["shuffle"] = shuffle_; in write()
H A Dsound_music_track.hpp40 bool shuffle() const { return shuffle_; } in shuffle()
50 void set_shuffle(bool v) { shuffle_ = v; } in set_shuffle()
67 bool shuffle_; member in sound::music_track
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Algorithm/Simulation/
H A DLHS.cxx83 Scalar xi = (shuffle_(component, basePosition) + u[component]) / totalSize; in computeBlockSample()
101 shuffle_ = LHSExperiment::ComputeShuffle(dimension_, getBlockSize() * getMaximumOuterSampling()); in run()
120 adv.saveAttribute("shuffle_", shuffle_); in save()
130 adv.loadAttribute("shuffle_", shuffle_); in load()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/base/
H A Dprocess_util_linux.cc88 if (!shuffle_.Init(options.fds_to_remap)) { in ForkProcess()
148 for (const auto& fds : shuffle_.Dup2Sequence()) { in InitAppProcess()
153 CloseSuperfluousFds(&shuffle_, [](void* ctx, int fd) { in InitAppProcess()
154 return static_cast<decltype(&shuffle_)>(ctx)->MapsTo(fd) || IsNoCloseFd(fd); in InitAppProcess()
159 shuffle_.Forget(); in InitAppProcess()
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/base/
H A Dprocess_util_linux.cc99 if (!shuffle_.Init(options.fds_to_remap)) { in ForkProcess()
159 for (const auto& fds : shuffle_.Dup2Sequence()) { in InitAppProcess()
164 CloseSuperfluousFds(&shuffle_, [](void* ctx, int fd) { in InitAppProcess()
165 return static_cast<decltype(&shuffle_)>(ctx)->MapsTo(fd) || IsNoCloseFd(fd); in InitAppProcess()
170 shuffle_.Forget(); in InitAppProcess()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/base/
H A Dprocess_util_linux.cc99 if (!shuffle_.Init(options.fds_to_remap)) { in ForkProcess()
159 for (const auto& fds : shuffle_.Dup2Sequence()) { in InitAppProcess()
164 CloseSuperfluousFds(&shuffle_, [](void* ctx, int fd) { in InitAppProcess()
165 return static_cast<decltype(&shuffle_)>(ctx)->MapsTo(fd) || IsNoCloseFd(fd); in InitAppProcess()
170 shuffle_.Forget(); in InitAppProcess()
/dports/www/firefox/firefox-99.0/ipc/chromium/src/base/
H A Dprocess_util_linux.cc99 if (!shuffle_.Init(options.fds_to_remap)) { in ForkProcess()
159 for (const auto& fds : shuffle_.Dup2Sequence()) { in InitAppProcess()
164 CloseSuperfluousFds(&shuffle_, [](void* ctx, int fd) { in InitAppProcess()
165 return static_cast<decltype(&shuffle_)>(ctx)->MapsTo(fd) || IsNoCloseFd(fd); in InitAppProcess()
170 shuffle_.Forget(); in InitAppProcess()
/dports/misc/py-tvm/incubator-tvm-0.6.1/3rdparty/dmlc-core/src/io/
H A Dindexed_recordio_split.h33 this->shuffle_ = shuffle;
76 bool shuffle_; variable
H A Dindexed_recordio_split.cc160 if (shuffle_) { in NextBatchEx()
222 if (shuffle_) { in BeforeFirst()
/dports/devel/dmlc-core/dmlc-core-0.3-123-gb3a4c71/src/io/
H A Dindexed_recordio_split.h33 this->shuffle_ = shuffle;
76 bool shuffle_; variable
H A Dindexed_recordio_split.cc160 if (shuffle_) { in NextBatchEx()
222 if (shuffle_) { in BeforeFirst()
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/
H A DKFoldSplitter.hxx68 Indices shuffle_; member in KFoldSplitter
H A DLHSExperiment.hxx102 mutable Matrix shuffle_; member in LHSExperiment
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Algorithm/Simulation/openturns/
H A DLHS.hxx81 Matrix shuffle_; member in LHS
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dmachine-operator.h159 std::copy(shuffle, shuffle + 16, shuffle_.begin()); in S8x16ShuffleParameter()
161 const std::array<uint8_t, 16>& shuffle() const { return shuffle_; } in shuffle()
162 const uint8_t* data() const { return shuffle_.data(); } in data()
163 uint8_t operator[](int x) const { return shuffle_[x]; }
166 std::array<uint8_t, 16> shuffle_;
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/datasets/
H A D_rcv1.py27 from ..utils import shuffle as shuffle_ unknown
270 X, y, sample_id = shuffle_(X, y, sample_id, random_state=random_state)
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/include/
H A DJitterData.hpp104 void set_shuffle_flag(bool f) {shuffle_ = f; } in set_shuffle_flag()
105 bool get_shuffle_flag() { return shuffle_; } in get_shuffle_flag()
251 bool mirror_, vignette_, color_bump_, shuffle_; member in JitterDataParams
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/01_vars/02_functions/
H A Dshuffle-exact.cf41 "shuffle_$(lists)_$(seeds)" slist => shuffle("init.$(lists)", $(seeds));
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/acceptance/01_vars/02_functions/
H A Dshuffle-exact.cf41 "shuffle_$(lists)_$(seeds)" slist => shuffle("init.$(lists)", $(seeds));
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/01_vars/02_functions/
H A Dshuffle-exact.cf41 "shuffle_$(lists)_$(seeds)" slist => shuffle("init.$(lists)", $(seeds));
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/acceptance/01_vars/02_functions/
H A Dshuffle-exact.cf41 "shuffle_$(lists)_$(seeds)" slist => shuffle("init.$(lists)", $(seeds));
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/01_vars/02_functions/
H A Dshuffle-exact.cf41 "shuffle_$(lists)_$(seeds)" slist => shuffle("init.$(lists)", $(seeds));
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/acceptance/01_vars/02_functions/
H A Dshuffle-exact.cf41 "shuffle_$(lists)_$(seeds)" slist => shuffle("init.$(lists)", $(seeds));

1234567891011