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

Function add_function

tensorflow/python/eager/context.py:1870–1872  ·  view source on GitHub ↗

Add a function definition to the context.

(fdef)

Source from the content-addressed store, hash-verified

1868
1869
1870def add_function(fdef):
1871 """Add a function definition to the context."""
1872 context().add_function(fdef)
1873
1874
1875def remove_function(name):

Callers

nothing calls this directly

Calls 2

contextFunction · 0.85
add_functionMethod · 0.45

Tested by

no test coverage detected