27#include "neml2/misc/types.h"
28#include "neml2/tensors/tensors_fwd.h"
32#define DECLARE_BATCH_STACK(T) \
33 T batch_stack(const std::vector<T> & tensors, Size d = 0); \
34 T batch_stack(const std::initializer_list<T> & tensors, Size d = 0)
36#undef DECLARE_BATCH_STACK
Definition DiagnosticsInterface.cxx:30
FOR_ALL_TENSORBASE(INSTANTIATE_TENSORNAME)
int64_t Size
Definition types.h:69
Tensor base_stack(const std::vector< Tensor > &tensors, Size d)
Definition stack.cxx:47