NEML2 1.4.0
Loading...
Searching...
No Matches
UserFixedDimTensor< T > Class Template Reference

Create raw tensor of type T from the input file. More...

Detailed Description

template<typename T>
class neml2::UserFixedDimTensor< T >

Create raw tensor of type T from the input file.

Template Parameters
TThe concrete tensor derived from BatchTensorBase

#include <UserFixedDimTensor.h>

Inheritance diagram for UserFixedDimTensor< T >:

Public Member Functions

 UserFixedDimTensor (const OptionSet &options)
 Construct a new UserFixedDimTensor object.
 
- Public Member Functions inherited from UserTensor
 UserTensor (const OptionSet &options)
 
- Public Member Functions inherited from NEML2Object
 NEML2Object (const OptionSet &options)
 Construct a new NEML2Object object.
 
virtual ~NEML2Object ()=default
 
const OptionSetinput_options () const
 
virtual void setup ()
 Setup this object.
 
const std::string & name () const
 A readonly reference to the object's name.
 
const std::string & type () const
 A readonly reference to the object's type.
 
const std::string & path () const
 A readonly reference to the object's path.
 
const std::string & doc () const
 A readonly reference to the object's docstring.
 
template<typename T = NEML2Object>
const T * host () const
 Get a readonly pointer to the host.
 
template<typename T = NEML2Object>
T * host ()
 Get a writable pointer to the host.
 

Static Public Member Functions

static OptionSet expected_options ()
 
- Static Public Member Functions inherited from UserTensor
static OptionSet expected_options ()
 
- Static Public Member Functions inherited from NEML2Object
static OptionSet expected_options ()
 

Constructor & Destructor Documentation

◆ UserFixedDimTensor()

template<typename T >
UserFixedDimTensor ( const OptionSet & options)

Construct a new UserFixedDimTensor object.

Parameters
optionsThe options extracted from the input file.

Member Function Documentation

◆ expected_options()

template<typename T >
OptionSet expected_options ( )
static