Use executing_eagerly() instead. This function will be removed.
()
| 1603 | |
| 1604 | |
| 1605 | def in_eager_mode(): |
| 1606 | """Use executing_eagerly() instead. This function will be removed.""" |
| 1607 | return executing_eagerly() |
| 1608 | |
| 1609 | |
| 1610 | def shared_name(name=None): |
nothing calls this directly
no test coverage detected