Typedef torch::nn::functional::HuberLossFuncOptions¶
Defined in File loss.h
Typedef Documentation¶
-
using
torch::nn::functional
::
HuberLossFuncOptions
= HuberLossOptions¶ Options for
torch::nn::functional::huber_loss
.See the documentation for
torch::nn::HuberLossOptions
class to learn what arguments are supported.Example:
namespace F = torch::nn::functional; F::huber_loss(input, target, F::HuberLossFuncOptions(torch::kNone));