27#include "neml2/misc/types.h"
33template <std::
size_t N>
35 const std::array<TensorShapeRef, N> & intmd_shapes,
36 const std::array<TensorShapeRef, N> & base_shapes,
37 const std::string & debug_name =
"<anonymous>");
Definition DiagnosticsInterface.cxx:30
Tensor to_assembly(const Tensor &from, const std::array< TensorShapeRef, N > &intmd_shapes, const std::array< TensorShapeRef, N > &base_shapes, const std::string &debug_name)
Definition to_assembly.cxx:34