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

Method f

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

Source from the content-addressed store, hash-verified

151
152 @def_function.function(input_signature=[])
153 def f():
154 return nested_f()
155
156 root.f = f
157 with self.assertRaisesRegexp(ValueError, "ERROR MSG"):

Calls

no outgoing calls

Tested by

no test coverage detected