NEML2 2.0.0
|
Schema for the traced forward operators. More...
Schema for the traced forward operators.
The schema is determined by the batch dimensions of all input variables and model parameters.
#include <Model.h>
Public Member Functions | |
bool | operator== (const TraceSchema &other) const |
bool | operator< (const TraceSchema &other) const |
Public Attributes | |
std::vector< Size > | batch_dims |
at::DispatchKey | dispatch_key |
bool operator< | ( | const TraceSchema & | other | ) | const |
bool operator== | ( | const TraceSchema & | other | ) | const |
std::vector<Size> batch_dims |
at::DispatchKey dispatch_key |