HomeSort by relevance Sort by last modified time
    Searched refs:set_weight (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/core/lib/random/
weighted_picker.h 66 void set_weight(int index, int32 weight);
weighted_picker.cc 133 void WeightedPicker::set_weight(int index, int32 weight) { function in class:tensorflow::random::WeightedPicker
179 set_weight(num_elements() - 1, weight);
190 set_weight(i, 0);
weighted_picker_test.cc 80 picker.set_weight(i, i);
141 picker.set_weight(elem, elem + 1);
170 picker.set_weight(elem, weight);
  /external/tensorflow/tensorflow/core/kernels/
range_sampler.cc 195 picker_.set_weight(value, picker_.get_weight(value) + 1);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
permmap.py 383 def set_weight(self, class_, permission, weight): member in class:PermissionMap
  /external/ltp/utils/ffsb-6.0-rc2/
parser.c 617 void set_weight(ffsb_tg_t * tg, config_options_t * config) function
852 set_weight(tg, config);
  /external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
quantile_ops.cc 212 new_entry->set_weight(entry.weight);
    [all...]
  /external/perf_data_converter/src/quipper/
perf_serializer.cc 405 if (sample_type & PERF_SAMPLE_WEIGHT) sample->set_weight(sample_info.weight);
    [all...]

Completed in 3402 milliseconds