Searched defs:weighted (Results 1 – 9 of 9) sorted by relevance
117 pub mod weighted; module
188 double weighted = spec_val * weights_[i]; in Compute() local
189 double weighted = spec_val * weights_[i]; in Compute() local
87 const int64_t weighted = rescaled * weight[input_idx] + bias[input_idx]; in qlstm_layer_normalization() local
274 const int64_t weighted = rescaled * weight_ptr[x] + bias_ptr[x]; in normalize_qasymm16() local
1102 def get_metric_name(metric, weighted=False): argument
11699 def test_cross_entropy_loss_prob_target_no_batch_dim(self, device, reduction, weighted): argument