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

Method outer

tensorflow/python/saved_model/load_test.py:1704–1705  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

1702 @def_function.function(
1703 input_signature=[tensor_spec.TensorSpec([], dtypes.float32)])
1704 def outer(x):
1705 return inner(x)
1706
1707 root = module.Module()
1708 root.f = outer

Callers 1

testBasicVectorMethod · 0.45

Calls 1

innerFunction · 0.50

Tested by

no test coverage detected