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

Function colocate_with

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

Source from the content-addressed store, hash-verified

5292# public API. There are still a few internal uses of colocate_with. Add internal
5293# only API for those uses to avoid deprecation warning.
5294def colocate_with(op, ignore_existing=False):
5295 return _colocate_with_for_gradient(op, None, ignore_existing=ignore_existing)
5296
5297
5298@deprecation.deprecated(

Callers 1

_colocate_withFunction · 0.85

Calls 1

Tested by

no test coverage detected