Home
last modified time | relevance | path

Searched defs:set_weight (Results 1 – 8 of 8) sorted by relevance

/external/marisa-trie/lib/marisa/grimoire/trie/
Dkey.h46 void set_weight(float weight) { in set_weight() function
152 void set_weight(float weight) { in set_weight() function
Dcache.h42 void set_weight(float weight) { in set_weight() function
Drange.h68 void set_weight(float weight) { in set_weight() function
/external/sdv/vsomeip/implementation/service_discovery/src/
Dload_balancing_option_impl.cpp49 void load_balancing_option_impl::set_weight(weight_t _weight) { in set_weight() function in vsomeip_v3::sd::load_balancing_option_impl
/external/marisa-trie/include/marisa/
Dkey.h48 void set_weight(float weight) { in set_weight() function
/external/tensorflow/tensorflow/core/lib/random/
Dweighted_picker.cc133 void WeightedPicker::set_weight(int index, int32_t weight) { in set_weight() function in tensorflow::random::WeightedPicker
/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
Dspdy_protocol.h725 void set_weight(int weight) { weight_ = weight; } in set_weight() function
/external/openthread/tests/scripts/thread-cert/
Dnode.py1901 def set_weight(self, weight): member in NodeImpl