Home
last modified time | relevance | path

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

/external/rust/crates/rand/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