(op, ignore_existing=False)
| 5299 | date=None, instructions="Colocations handled automatically by placer.") |
| 5300 | @tf_export(v1=["colocate_with"]) |
| 5301 | def _colocate_with(op, ignore_existing=False): |
| 5302 | return colocate_with(op, ignore_existing) |
| 5303 | |
| 5304 | |
| 5305 | @tf_export("control_dependencies") |
nothing calls this directly
no test coverage detected