Define FUSE_LOSS_CLONE_DEFINITION
Defined in File loss.hpp
Define Documentation
-
FUSE_LOSS_CLONE_DEFINITION(...)
Implementation of the clone() member function for derived classes.
Usage:
class Derived : public Loss { public: FUSE_LOSS_CLONE_DEFINITION(Derived) // The rest of the derived loss function implementation }