Searched refs:WINDOW_SIZE (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/examples/learn/
H A Dtext_classification_cnn.py32 WINDOW_SIZE = 20 variable
33 FILTER_SHAPE1 = [WINDOW_SIZE, EMBEDDING_SIZE]
34 FILTER_SHAPE2 = [WINDOW_SIZE, N_FILTERS]
/external/bart/bart/sched/
H A Dfunctions.py63 WINDOW_SIZE = 0.0001 variable
162 for :mod:`bart.sched.functions.WINDOW_SIZE` is
176 in residency series < :mod:`bart.sched.functions.WINDOW_SIZE`
189 if index - start < WINDOW_SIZE:
/external/webp/src/enc/
H A Dbackward_references_enc.c29 #define WINDOW_SIZE ((1 << WINDOW_SIZE_BITS) - 120) macro
212 const int max_window_size = (quality > 75) ? WINDOW_SIZE
217 return (max_window_size > WINDOW_SIZE) ? WINDOW_SIZE : max_window_size;
364 assert(best_distance <= WINDOW_SIZE);
/external/libvncserver/webclients/novnc/include/
H A Djsunzip.js209 this.WINDOW_SIZE = 32768;
671 d.history = d.history.slice(-this.WINDOW_SIZE);
/external/mtpd/
H A Dl2tp.c72 #define WINDOW_SIZE htons(10) macro
331 add_attribute_u16(WINDOW_SIZE, htons(1));

Completed in 273 milliseconds