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

Method __init__

tensorflow/contrib/eager/python/evaluator.py:57–62  ·  view source on GitHub ↗
(self, model)

Source from the content-addressed store, hash-verified

55 """
56
57 def __init__(self, model):
58 self._model = model
59 self._metrics = {}
60 self._evaluators = {}
61 if not context.executing_eagerly():
62 self.call = function.defun(self.call)
63
64 # ---- API for users ----
65 def __call__(self, *args, **kwargs):

Callers 1

__init__Method · 0.45

Calls 2

executing_eagerlyMethod · 0.80
defunMethod · 0.45

Tested by

no test coverage detected