27#include "neml2/misc/types.h"
28#include "neml2/tensors/tensors_fwd.h"
32#define DECLARE_BATCH_MEAN(T) T batch_mean(const T & a, Size d = 0)
34#undef DECLARE_BATCH_MEAN
Definition DiagnosticsInterface.cxx:29
FOR_ALL_TENSORBASE(NEML2OBJECT_INSTANTIATE)
int64_t Size
Definition types.h:65
Tensor base_mean(const Tensor &a, Size d)
Definition mean.cxx:42