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

Method call

tensorflow/contrib/eager/python/network_test.py:219–220  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

217 1, name="second_layer", use_bias=False))
218
219 def call(self, x):
220 return self.second(self.first(x))
221
222 class LikeUserButNotSharing(network.Network):
223

Callers

nothing calls this directly

Calls 2

secondMethod · 0.80
firstMethod · 0.45

Tested by

no test coverage detected