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

Method add_unref

tensorflow/python/client/timeline.py:373–379  ·  view source on GitHub ↗

Adds an unref to this tensor with the specified timestamp. Args: timestamp: Timestamp of object unreference as an integer.

(self, timestamp)

Source from the content-addressed store, hash-verified

371 self._ref_times.append(timestamp)
372
373 def add_unref(self, timestamp):
374 """Adds an unref to this tensor with the specified timestamp.
375
376 Args:
377 timestamp: Timestamp of object unreference as an integer.
378 """
379 self._unref_times.append(timestamp)
380
381
382class Timeline(object):

Callers 2

_analyze_tensorsMethod · 0.45
_show_computeMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected