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

Function _colocate_with

tensorflow/python/framework/ops.py:5301–5302  ·  view source on GitHub ↗
(op, ignore_existing=False)

Source from the content-addressed store, hash-verified

5299 date=None, instructions="Colocations handled automatically by placer.")
5300@tf_export(v1=["colocate_with"])
5301def _colocate_with(op, ignore_existing=False):
5302 return colocate_with(op, ignore_existing)
5303
5304
5305@tf_export("control_dependencies")

Callers

nothing calls this directly

Calls 1

colocate_withFunction · 0.85

Tested by

no test coverage detected