()
| 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(): |
nothing calls this directly
no test coverage detected