MCPcopy Create free account
hub / github.com/tensorflow/models / _PostProcessor

Class _PostProcessor

official/core/export_base_test.py:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 self.assertAllClose(output['outputs'].numpy(), 1.1)
109
110 class _PostProcessor(tf.Module):
111
112 def __call__(self, inputs):
113 return inputs + 0.01
114
115 module = TestModule(
116 params=None,

Callers 1

test_processorsMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_processorsMethod · 0.68