register_tensor_wrapper_class¶
-
tfsnippet.utils.register_tensor_wrapper_class(cls)¶ Register a sub-class of
TensorWrapperinto TensorFlow type system.Parameters: cls – The subclass of TensorWrapperto be registered.
tfsnippet.utils.register_tensor_wrapper_class(cls)¶Register a sub-class of TensorWrapper into TensorFlow type system.
| Parameters: | cls – The subclass of TensorWrapper to be registered. |
|---|