Struct AnyValue::Placeholder#
Defined in File any_value.h
Nested Relationships#
This struct is a nested type of Class AnyValue.
Inheritance Relationships#
Derived Type#
public torch::nn::AnyModulePlaceholder
(Struct AnyModulePlaceholder)
Struct Documentation#
-
struct Placeholder#
Subclassed by torch::nn::AnyModulePlaceholder
Public Functions
-
inline explicit Placeholder(const std::type_info &type_info_) noexcept#
-
Placeholder(const Placeholder&) = default#
-
Placeholder(Placeholder&&) = default#
-
Placeholder &operator=(const Placeholder&) = delete#
-
Placeholder &operator=(Placeholder&&) = delete#
-
virtual ~Placeholder() = default#
-
inline virtual std::unique_ptr<Placeholder> clone() const#
Public Members
-
const std::type_info &type_info#
-
inline explicit Placeholder(const std::type_info &type_info_) noexcept#