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

Method call

tensorflow/python/layers/base_test.py:184–185  ·  view source on GitHub ↗
(self, inputs)

Source from the content-addressed store, hash-verified

182 class MyLayer(base_layers.Layer):
183
184 def call(self, inputs):
185 return math_ops.square(inputs)
186
187 layer = MyLayer(name='my_layer')
188 inputs = random_ops.random_uniform((5,), seed=1)

Callers

nothing calls this directly

Calls 5

multiplyMethod · 0.80
add_updateMethod · 0.80
squareMethod · 0.45
assign_addMethod · 0.45
add_lossMethod · 0.45

Tested by

no test coverage detected