From 7305fda67e121a70db05924cf379f6d75ff81bdf Mon Sep 17 00:00:00 2001 From: chenyuntc Date: Sat, 27 Jan 2018 16:21:16 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E5=8B=98=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\345\213\230\350\257\257.md" | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 "\345\213\230\350\257\257.md" diff --git "a/\345\213\230\350\257\257.md" "b/\345\213\230\350\257\257.md" new file mode 100644 index 00000000..62724cd6 --- /dev/null +++ "b/\345\213\230\350\257\257.md" @@ -0,0 +1,6 @@ +## 第二章 +## 第三章 +### 3.1.2节 +torch.FloatTensor(ndarray in float32) --- share memory +torch.FloatTensor(ndarray in float64) --- allocate new memory +