27#include "neml2/models/NonlinearParameter.h"
48#define INPUTPARAMETER_TYPEDEF_PRIMITIVETENSOR(T) typedef InputParameter<T> T##InputParameter
49FOR_ALL_PRIMITIVETENSOR(INPUTPARAMETER_TYPEDEF_PRIMITIVETENSOR);
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:56
const torch::TensorOptions & options() const
Storage tensor options.
Definition Model.h:111
The base class for nonlinear parameters.
Definition NonlinearParameter.h:50
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:100
Definition CrossRef.cxx:30