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

Class AllocationMaximum

tensorflow/python/client/timeline.py:32–41  ·  view source on GitHub ↗

Stores the maximum allocation for a given allocator within the timelne. Parameters: timestamp: `tensorflow::Env::NowMicros()` when this maximum was reached. num_bytes: the total memory used at this time. tensors: the set of tensors allocated at this time.

Source from the content-addressed store, hash-verified

30
31
32class AllocationMaximum(collections.namedtuple(
33 'AllocationMaximum', ('timestamp', 'num_bytes', 'tensors'))):
34 """Stores the maximum allocation for a given allocator within the timelne.
35
36 Parameters:
37 timestamp: `tensorflow::Env::NowMicros()` when this maximum was reached.
38 num_bytes: the total memory used at this time.
39 tensors: the set of tensors allocated at this time.
40 """
41 pass
42
43
44class StepStatsAnalysis(collections.namedtuple(

Callers 1

_show_memory_countersMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected