We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1deb06 commit a1319fcCopy full SHA for a1319fc
include/tensor_computes/LibtorchGibbsEnergy.h
@@ -32,8 +32,7 @@ class LibtorchGibbsEnergy : public TensorOperator<>
32
std::vector<const torch::Tensor *> _concentrations;
33
std::vector<torch::Tensor *> _chemical_potentials;
34
35
-
36
Moose::DataFileUtils::Path _file_path;
37
// We need to use a pointer here because forward is not const qualified
38
std::unique_ptr<torch::jit::script::Module> _surrogate;
39
-};
+};
0 commit comments