From 5068d577f91f8a7c8fff74de9169aa31f3ef07e9 Mon Sep 17 00:00:00 2001 From: Pat Mellon Date: Mon, 7 Oct 2019 14:55:16 -0400 Subject: [PATCH] Fix mobile page tab navigation --- _mobile/android.md | 3 +++ _mobile/home.md | 2 ++ _mobile/ios.md | 5 ++--- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/_mobile/android.md b/_mobile/android.md index 526a3bd209da..fcd36b5d9961 100644 --- a/_mobile/android.md +++ b/_mobile/android.md @@ -323,3 +323,6 @@ Explicitly destructs native (C++) part of the Module, `torch::jit::script::Modul As fbjni library destructs native part automatically when current `org.pytorch.Module` instance will be collected by Java GC, the instance will not leak if this method is not called, but timing of deletion and the thread will be at the whim of the Java GC. If you want to control the thread and timing of the destructor, you should call this method explicitly. + + + diff --git a/_mobile/home.md b/_mobile/home.md index d27b1af93e62..41c07f9d3864 100644 --- a/_mobile/home.md +++ b/_mobile/home.md @@ -27,4 +27,6 @@ Learn more or get started on [Android](http://pytorch.org/mobile/android) or [iO + + diff --git a/_mobile/ios.md b/_mobile/ios.md index e57ae03dd3ce..e04e4937e22d 100644 --- a/_mobile/ios.md +++ b/_mobile/ios.md @@ -164,7 +164,6 @@ Currently, the iOS framework uses the raw Pytorch C++ APIs directly. The C++ doc If you have any questions or want to contribute to PyTorch, please feel free to drop issues or open pull request to get in touch. + - - - +