Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/speech_commands/
Dinput_data.py546 use_background = self.background_data and (mode == 'training')
574 if use_background or sample['label'] == SILENCE_LABEL:
/external/libpng/contrib/libtests/
Dpngvalid.c9981 int use_input=1, use_background=0, do_compose=0; in gamma_component_validate() local
9996 use_background = (alpha >= 0 && alpha < 1); in gamma_component_validate()
10065 if (use_background) in gamma_component_validate()