Function fuse_core::createUniqueLoss

Function Documentation

inline pluginlib::UniquePtr<fuse_core::Loss> fuse_core::createUniqueLoss(const std::string &lookup_name)

Create an unique instance of a loss function loaded with the singleton Loss loader.

Parameters:

lookup_name[in] Loss function lookup name

Returns:

Loss function instance handled by an std::unique_ptr<>