Struct L1LossOptions¶
Defined in File loss.h
Page Contents
Struct Documentation¶
-
struct
torch::nn
::
L1LossOptions
¶ Options for the
L1Loss
module.Example:
L1Loss model(L1LossOptions(torch::kNone));
Public Functions
-
L1LossOptions
() = default¶
-
auto
reduction
(const reduction_t &new_reduction) -> decltype(*this)¶ Specifies the reduction to apply to the output.
-
auto
reduction
(reduction_t &&new_reduction) -> decltype(*this)¶
-
const reduction_t &
reduction
() const noexcept¶
-
reduction_t &
reduction
() noexcept¶
-