27#include "neml2/misc/types.h"
28#include "neml2/tensors/tensors_fwd.h"
32#define DECLARE_BATCH_SUM(T) T batch_sum(const T & a, Size d = 0)
33FOR_ALL_TENSORBASE(DECLARE_BATCH_SUM);
34#undef DECLARE_BATCH_SUM
Definition DiagnosticsInterface.cxx:30
int64_t Size
Definition types.h:65
Tensor base_sum(const Tensor &a, Size d)
Definition sum.cxx:42