Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/models
/ call
Method
call
official/projects/pixel/modeling/pixel.py:139–141 ·
view source on GitHub ↗
(self, inputs)
Source
from the content-addressed store, hash-verified
137
)
138
139
def
call(self, inputs):
140
encoded = self.encoder(inputs)
141
return
self.linear(encoded[:, 0])
142
143
144
class
PixelLinearClassifier(tf_keras.layers.Layer):
Callers
nothing calls this directly
Calls
1
encoder
Method · 0.80
Tested by
no test coverage detected