Home
last modified time | relevance | path

Searched defs:total_weight (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_stream_test.cc58 double *total_weight, Stream *stream) { in GenerateFixedUniformSummary()
68 double *total_weight, Stream *stream) { in GenerateFixedNonUniformSummary()
78 double *total_weight, in GenerateRandUniformFixedWeightsSummary()
92 double *total_weight, in GenerateRandUniformRandWeightsSummary()
114 double total_weight = 0; in TestSingleWorkerStreams() local
133 void GenerateOneValue(int32 worker_id, int64 max_elements, double *total_weight, in GenerateOneValue()
141 double *total_weight, Stream *stream) { in GenerateOneZeroWeightedValue()
202 double total_weight = 0; in TestDistributedStreams() local
/external/rust/crates/rand/src/distributions/
Dweighted_index.rs83 total_weight: X, field
103 let mut total_weight: X = iter.next().ok_or(WeightedError::NoItem)?.borrow().clone(); in new() localVariable
153 let mut total_weight = self.total_weight.clone(); in update_weights() localVariable
293 let total_weight = weights.iter().sum::<u32>() as f32; in test_weightedindex() localVariable
379 let total_weight = weights.iter().sum::<u32>(); in test_update_weights() localVariable
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dframe_pair.cc232 float total_weight = 0.0f; in GetWeightedMedian() local
250 float total_weight = 0.0f; in GetWeightedMedian() local
278 float total_weight = 0.0f; in GetWeightedMedianScale() local
Dutils.h293 float total_weight = 0.0f; in ComputeWeightedMean() local
/external/tensorflow/tensorflow/core/lib/random/
Dweighted_picker.h126 inline int32 WeightedPicker::total_weight() const { return level_[0][0]; } in total_weight() function
/external/grpc-grpc/src/core/lib/iomgr/
Dtime_averaged_stats.cc45 double total_weight = stats->batch_num_samples; in grpc_time_averaged_stats_update_average() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtime_averaged_stats.cc45 double total_weight = stats->batch_num_samples; in grpc_time_averaged_stats_update_average() local
/external/autotest/client/profilers/powertop/src/
Dsuggestions.c56 static int total_weight; variable
/external/tensorflow/tensorflow/core/framework/
Drun_handler_util_test.cc59 float total_weight = 0.5f * num_active_requests * (num_active_requests + 1); in VerifySchedulingRanges() local
Drun_handler_util.cc85 float total_weight = 0.5f * num_active_requests * (num_active_requests + 1); in ComputeInterOpSchedulingRanges() local
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Droute.proto118 google.protobuf.UInt32Value total_weight = 3; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/
Dlds_rds_for_test.proto97 google.protobuf.UInt32Value total_weight = 3; field
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1311 unsigned int total_weight = 0; in estimate_keyframe_frequency() local
/external/wpa_supplicant_8/src/ap/
Dacs.c653 double total_weight; in acs_find_ideal_chan_mode() local
/external/webp/src/enc/
Danalysis_enc.c164 int total_weight; in AssignSegments() local
/external/tensorflow/tensorflow/core/kernels/image/
Dscale_and_translate_op_test.cc128 float total_weight = 0.0f; in Sample() local
/external/libaom/libaom/aom_dsp/
Dnoise_model.c950 double total_weight = 0; in is_noise_model_different() local
1220 double average_strength = 0, total_weight = 0; in aom_noise_model_get_grain_parameters() local
/external/libaom/libaom/av1/encoder/
Dmotion_search_facade.c133 int total_weight = 0; in av1_single_motion_search() local
/external/rust/crates/rand/src/seq/
Dmod.rs1051 let total_weight = weights.iter().sum::<u32>() as f32; in test_weighted() localVariable
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc1277 uint32_t total_weight = 100; in RouteActionParse() local
/external/ImageMagick/MagickCore/
Denhance.c1944 total_weight; in EnhanceImage() local