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

Method __init__

tensorflow/python/distribute/hvd_strategy.py:505–507  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

503 '''
504
505 def __init__(self):
506 super().__init__()
507 self._prev_sess_fn = None
508
509 def begin(self):
510 r'''Rewrites API.

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected