Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Dtensor_format.py503 def _counts_summary(counts, skip_zeros=True, total_count=None): function
550 output = _counts_summary(counts, total_count=np.size(tensor))
560 output.extend(_counts_summary(stats, skip_zeros=False))
566 return _counts_summary(counts, total_count=np.size(tensor))