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

Method call

tensorflow/python/keras/engine/base_layer.py:2588–2591  ·  view source on GitHub ↗
(self, inputs)

Source from the content-addressed store, hash-verified

2586 self.built = True
2587
2588 def call(self, inputs):
2589 if context.executing_eagerly():
2590 return self._defun_call(inputs)
2591 return self._make_op(inputs)
2592
2593 def _make_node_def(self, graph):
2594 node_def = node_def_pb2.NodeDef()

Callers

nothing calls this directly

Calls 3

_defun_callMethod · 0.95
_make_opMethod · 0.95
executing_eagerlyMethod · 0.80

Tested by

no test coverage detected