OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_weight
(Results
1 - 7
of
7
) sorted by null
/external/tensorflow/tensorflow/core/lib/random/
weighted_picker.h
61
int32
get_weight
(int index) const;
120
inline int32 WeightedPicker::
get_weight
(int index) const {
function in class:tensorflow::random::WeightedPicker
weighted_picker.cc
138
const int32 delta = weight -
get_weight
(index);
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
grow_stats_test.cc
360
EXPECT_EQ(stats.
get_weight
(1), 1.0);
361
EXPECT_EQ(stats.
get_weight
(2), 2.0);
362
EXPECT_EQ(stats.
get_weight
(3), 3.0);
383
float diff = stats.
get_weight
(i) - i * 1.0;
grow_stats.h
435
float
get_weight
(int c) const;
438
// \sum_c
get_weight
(c)^2
510
return left_counts_[split].
get_weight
(class_num);
514
return right_counts_[split].
get_weight
(class_num);
grow_stats.cc
665
float FixedSizeClassStats::
get_weight
(int c) const {
function in class:tensorflow::tensorforest::FixedSizeClassStats
696
w =
get_weight
(it.first);
[
all
...]
/external/tensorflow/tensorflow/core/kernels/
range_sampler.cc
187
return static_cast<float>(picker_.
get_weight
(value)) / picker_.total_weight();
195
picker_.set_weight(value, picker_.
get_weight
(value) + 1);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ocidl.h
[
all
...]
Completed in 369 milliseconds