Searched refs:threshold_size (Results 1 – 2 of 2) sorted by relevance
196 def split_grads_by_size(threshold_size, device_grads): argument217 if tensor_size <= threshold_size:
1225 const int threshold_size = (int)(1 + (x * x * x) * (MAX_HISTO_GREEDY - 1)); in VP8LGetHistoImageSymbols() local1227 if (!HistogramCombineStochastic(image_histo, &num_used, threshold_size, in VP8LGetHistoImageSymbols()