Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/TH/THSize.h')
-rw-r--r--lib/TH/THSize.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/TH/THSize.h b/lib/TH/THSize.h
new file mode 100644
index 0000000..e582977
--- /dev/null
+++ b/lib/TH/THSize.h
@@ -0,0 +1,8 @@
+#ifndef TH_SIZE_INC
+#define TH_SIZE_INC
+
+#include "THGeneral.h"
+
+TH_API int THSize_isSameSizeAs(const long *sizeA, long dimsA, const long *sizeB, long dimsB);
+
+#endif