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

Function remove_function

tensorflow/python/eager/context.py:1875–1877  ·  view source on GitHub ↗

Remove a function from the context.

(name)

Source from the content-addressed store, hash-verified

1873
1874
1875def remove_function(name):
1876 """Remove a function from the context."""
1877 context().remove_function(name)
1878
1879
1880# Not every user creates a Context via context.context()

Callers

nothing calls this directly

Calls 2

contextFunction · 0.85
remove_functionMethod · 0.80

Tested by

no test coverage detected