NEML2 2.0.0
|
This is the complete list of members for TensorValue< T >, including all inherited members.
operator Tensor() const override | TensorValue< T > | virtual |
operator=(const Tensor &val) override | TensorValue< T > | virtual |
neml2::TensorValueBase::operator=(const TensorValueBase &)=default | TensorValueBase | |
neml2::TensorValueBase::operator=(TensorValueBase &&) noexcept=default | TensorValueBase | |
requires_grad_(bool req=true) override | TensorValue< T > | virtual |
TensorValue(T value) | TensorValue< T > | inlineexplicit |
TensorValueBase()=default | TensorValueBase | |
TensorValueBase(const TensorValueBase &)=default | TensorValueBase | |
TensorValueBase(TensorValueBase &&) noexcept=default | TensorValueBase | |
to_(const torch::TensorOptions &options) override | TensorValue< T > | virtual |
type() const override | TensorValue< T > | virtual |
value() | TensorValue< T > | inline |
~TensorValueBase()=default | TensorValueBase | virtual |