Home
last modified time | relevance | path

Searched defs:count_mode (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/
Dcallbacks.py85 count_mode='steps', argument
962 def __init__(self, count_mode='samples', stateful_metrics=None): argument
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils_v1.py473 def get_progbar(model, count_mode, include_metrics=True): argument