MCPcopy 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
144class PixelLinearClassifier(tf_keras.layers.Layer):

Callers

nothing calls this directly

Calls 1

encoderMethod · 0.80

Tested by

no test coverage detected