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

Method add

tensorflow/python/saved_model/load_test.py:246–247  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

244 @def_function.function(input_signature=[
245 tensor_spec.TensorSpec(shape=None, dtype=dtypes.float32)])
246 def add(self, x):
247 return f_pruned(x)
248
249 root = Adder()
250 root.add(constant_op.constant(1.))

Callers 15

test_cond_pruneMethod · 0.95
loadMethod · 0.45
do_encodeMethod · 0.45
do_encodeMethod · 0.45
do_encodeMethod · 0.45
testOpSignatureDefMethod · 0.45
register_revived_typeFunction · 0.45
list_dependenciesMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected