Home
last modified time | relevance | path

Searched defs:weighted (Results 1 – 9 of 9) sorted by relevance

/external/rust/android-crates-io/crates/rand/src/distributions/
Dmod.rs117 pub mod weighted; module
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/
Dmod.rs117 pub mod weighted; module
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/
Dmod.rs117 pub mod weighted; module
/external/tensorflow/tensorflow/core/kernels/
Dmfcc_mel_filterbank.cc188 double weighted = spec_val * weights_[i]; in Compute() local
/external/tensorflow/tensorflow/lite/kernels/internal/
Dmfcc_mel_filterbank.cc189 double weighted = spec_val * weights_[i]; in Compute() local
/external/ComputeLibrary/tests/validation/reference/
DQLSTMLayerNormalization.cpp87 const int64_t weighted = rescaled * weight[input_idx] + bias[input_idx]; in qlstm_layer_normalization() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNEQLSTMLayerNormalizationKernel.cpp274 const int64_t weighted = rescaled * weight_ptr[x] + bias_ptr[x]; in normalize_qasymm16() local
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils_v1.py1102 def get_metric_name(metric, weighted=False): argument
/external/pytorch/test/
Dtest_nn.py11699 def test_cross_entropy_loss_prob_target_no_batch_dim(self, device, reduction, weighted): argument