Searched defs:FuncRegistry (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
H A Dscript_ops.py71 class FuncRegistry(object): class in inherits:object
74 FuncRegistry keeps a map from unique tokens (string) to python
126 token: A key into this `FuncRegistry` identifying which function to call.
168 _py_funcs = FuncRegistry()

Completed in 97 milliseconds