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:764–765 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
762
self.first = self.track_layer(core.Dense(1, use_bias=False))
763
764
def
call(self, x):
765
return
self.first(x)
766
767
class
MixedLayerNetwork(network.Network):
768
Callers
nothing calls this directly
Calls
1
first
Method · 0.45
Tested by
no test coverage detected