Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/speech_commands/
Dmodels.py126 return create_single_fc_model(fingerprint_input, model_settings,
160 def create_single_fc_model(fingerprint_input, model_settings, is_training): function