Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dcallbacks.py82 count_mode='steps', argument
990 def __init__(self, count_mode='samples', stateful_metrics=None): argument
/external/tcpdump/
Dtcpdump.c234 static int count_mode; variable
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils_v1.py467 def get_progbar(model, count_mode, include_metrics=True): argument