MCPcopy Create free account
hub / github.com/tensorflow/tfjs / __init__

Method __init__

e2e/integration_tests/convert_predict.py:315–316  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

313 class CustomModule(tf.Module):
314
315 def __init__(self):
316 super(CustomModule, self).__init__()
317
318 @tf.function(input_signature=[tf.TensorSpec([], tf.int32),
319 tf.TensorSpec([], tf.int32),

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected