mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-12-22 14:24:22 +00:00
Fix Tensor issues
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
#include "tensor.hpp"
|
||||
|
||||
namespace CUDANet {
|
||||
|
||||
// Forward declaration
|
||||
class Tensor;
|
||||
|
||||
class Backend {
|
||||
public:
|
||||
// Memory management
|
||||
|
||||
Reference in New Issue
Block a user