continue fixing xspode

This commit is contained in:
2025-03-10 12:18:10 +01:00
parent 6cfbc482d8
commit 7a8e0391dc
4 changed files with 26 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
#ifndef TENSORUTILS_HPP
#define TENSORUTILS_HPP
#ifndef TENSORUTILS_H
#define TENSORUTILS_H
#include <torch/torch.h>
#include <vector>
namespace bayesnet {
@@ -48,4 +48,4 @@ namespace bayesnet {
};
}
#endif // TENSORUTILS_HPP
#endif // TENSORUTILS_H