Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ call
Method
call
tensorflow/contrib/eager/python/network_test.py:285–286 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
283
self.second = self.track_layer(MyNetwork())
284
285
def
call(self, x):
286
return
self.first(self.second(x))
287
288
one = constant_op.constant([[3.]])
289
whole_model_saver = Parent()
Callers
nothing calls this directly
Calls
2
second
Method · 0.80
first
Method · 0.45
Tested by
no test coverage detected