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