27#include "neml2/misc/types.h"
28#include "neml2/tensors/tensors_fwd.h"
32#define DECLARE_BATCH_MAX(T) \
33 T dynamic_max(const T & a, Size d = 0); \
34 T intmd_max(const T & a, Size d = 0)
35FOR_ALL_TENSORBASE(DECLARE_BATCH_MAX);
36#undef DECLARE_BATCH_MAX
Definition DiagnosticsInterface.cxx:30
Tensor base_max(const Tensor &a, Size d)
Definition max.cxx:48
int64_t Size
Definition types.h:68