Type dispatch
Namespace tensorflow.python.util.dispatch
Methods
- add_dispatch_list
- add_dispatch_list_dyn
- add_dispatch_support
- add_dispatch_support_dyn
- dispatch_
- dispatch_
- dispatch__dyn
- dispatch__dyn
- dispatch_for_types
- dispatch_for_types_dyn
Properties
- _TypeBasedDispatcher_fn
- add_dispatch_list_fn
- add_dispatch_support_fn
- dispatch__fn
- dispatch_for_types_fn
- OpDispatcher_fn
Fields
Public static methods
PythonFunctionContainer add_dispatch_list(PythonFunctionContainer target)
object add_dispatch_list_dyn(object target)
object add_dispatch_support(PythonFunctionContainer target)
object add_dispatch_support_dyn(object target)
object dispatch_(PythonFunctionContainer op, IDictionary<string, object> kwargs, Object[] args)
object dispatch_(PythonFunctionContainer op, Object[] args)
object dispatch__dyn(object op, IDictionary<string, object> kwargs, Object[] args)
object dispatch__dyn(object op, Object[] args)
object dispatch_for_types(PythonFunctionContainer op, Object[] types)
object dispatch_for_types_dyn(object op, Object[] types)
Public properties
PythonFunctionContainer _TypeBasedDispatcher_fn get;
PythonFunctionContainer add_dispatch_list_fn get;
PythonFunctionContainer add_dispatch_support_fn get;
PythonFunctionContainer dispatch__fn get;
PythonFunctionContainer dispatch_for_types_fn get;
PythonFunctionContainer OpDispatcher_fn get;
Public fields
string DISPATCH_ATTR
return string
|