1 from .backend
import FunctionBackend
7 return (_get_thnn_function_backend, ())
9 def __deepcopy__(self, memo):
17 def _get_thnn_function_backend():
21 def _initialize_backend():
22 from .._functions.thnn
import _all_functions
as _thnn_functions
23 for cls
in _thnn_functions:
25 backend.register_function(name, cls)