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

Method nested_f

tensorflow/python/saved_model/save_test.py:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146
147 @def_function.function(input_signature=[])
148 def nested_f():
149 ops.get_default_graph().mark_as_unsaveable("ERROR MSG")
150 return 1
151
152 @def_function.function(input_signature=[])
153 def f():

Callers

nothing calls this directly

Calls 1

mark_as_unsaveableMethod · 0.80

Tested by

no test coverage detected