System directories
| Method | Result |
|---|---|
| Environment.getDataDirectory() | /data |
| Environment.getDownloadCacheDirectory() | /cache |
| Environment.getRootDirectory() | /system |
External storage directories
| """ | |
| Play with saving . | |
| Closest: | |
| https://github.com/tensorflow/tensorflow/issues/616#issuecomment-205620223 | |
| """ | |
| import numpy as np | |
| import tensorflow as tf | |
| from tensorflow.python.platform import gfile |
System directories
| Method | Result |
|---|---|
| Environment.getDataDirectory() | /data |
| Environment.getDownloadCacheDirectory() | /cache |
| Environment.getRootDirectory() | /system |
External storage directories