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

Method actual_build

tensorflow/contrib/eager/python/metrics_impl.py:119–121  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

117 self._build = self.build
118
119 def actual_build(*args, **kwargs):
120 self._build(*args, **kwargs)
121 self._built = True
122 self.build = actual_build
123 self.build.__doc__ = self._build.__doc__
124

Callers

nothing calls this directly

Calls 1

_buildMethod · 0.45

Tested by

no test coverage detected