Define TORCH_MODULE#
Defined in File pimpl.h
Define Documentation#
-
TORCH_MODULE(Name) TORCH_MODULE_IMPL(Name, Name##Impl)#
Like
TORCH_MODULE_IMPL
, but defaults theImplType
name to<Name>Impl
.
Defined in File pimpl.h
Like TORCH_MODULE_IMPL
, but defaults the ImplType
name to <Name>Impl
.