Define FUSE_LOSS_CLONE_DEFINITION

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
}