Home
last modified time | relevance | path

Searched refs:threshold_size (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dcross_device_utils.py196 def split_grads_by_size(threshold_size, device_grads): argument
217 if tensor_size <= threshold_size:
/external/webp/src/enc/
Dhistogram_enc.c1225 const int threshold_size = (int)(1 + (x * x * x) * (MAX_HISTO_GREEDY - 1)); in VP8LGetHistoImageSymbols() local
1227 if (!HistogramCombineStochastic(image_histo, &num_used, threshold_size, in VP8LGetHistoImageSymbols()