mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
10 lines
191 B
C++
10 lines
191 B
C++
--- tensor.h.orig 2022-05-15 02:44:06 UTC
|
|
+++ tensor.h
|
|
@@ -3,6 +3,7 @@
|
|
#pragma once
|
|
|
|
#include <ostream>
|
|
+#include <memory>
|
|
#include <vector>
|
|
|
|
typedef std::vector<unsigned> TensorShape;
|