10#ifdef MOOSE_LIBTORCH_ENABLED
14#include <torch/torch.h>
33 virtual torch::Tensor
forward(
const torch::Tensor & x) = 0;
This base class is meant to gather the functions and members common in every neural network based on ...
virtual torch::Tensor forward(const torch::Tensor &x)=0
virtual ~LibtorchNeuralNetBase()
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to add...