MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / StepStatsAnalysis

Class StepStatsAnalysis

tensorflow/python/client/timeline.py:44–52  ·  view source on GitHub ↗

Stores the step stats analysis output. Parameters: chrome_trace: A dict containing the chrome trace analysis. allocator_maximums: A dict mapping allocator names to AllocationMaximum.

Source from the content-addressed store, hash-verified

42
43
44class StepStatsAnalysis(collections.namedtuple(
45 'StepStatsAnalysis', ('chrome_trace', 'allocator_maximums'))):
46 """Stores the step stats analysis output.
47
48 Parameters:
49 chrome_trace: A dict containing the chrome trace analysis.
50 allocator_maximums: A dict mapping allocator names to AllocationMaximum.
51 """
52 pass
53
54
55class _ChromeTraceFormatter(object):

Callers 1

analyze_step_statsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected