HomeSort by relevance Sort by last modified time
    Searched refs:cache_subdir (Results 1 - 13 of 13) sorted by null

  /external/tensorflow/tensorflow/python/keras/_impl/keras/applications/
densenet.py 262 cache_subdir='models',
268 cache_subdir='models',
274 cache_subdir='models',
281 cache_subdir='models',
287 cache_subdir='models',
293 cache_subdir='models',
vgg16.py 217 cache_subdir='models',
223 cache_subdir='models',
vgg19.py 226 cache_subdir='models',
232 cache_subdir='models',
resnet50.py 292 cache_subdir='models',
298 cache_subdir='models',
xception.py 317 cache_subdir='models',
323 cache_subdir='models',
inception_resnet_v2.py 371 cache_subdir='models',
378 cache_subdir='models',
inception_v3.py 390 cache_subdir='models',
396 cache_subdir='models',
imagenet_utils.py 235 cache_subdir='models',
mobilenet.py 539 weights_path = get_file(model_name, weigh_path, cache_subdir='models')
543 weights_path = get_file(model_name, weigh_path, cache_subdir='models')
nasnet.py 302 weights_file = get_file(model_name, weight_path, cache_subdir='models')
313 weights_file = get_file(model_name, weight_path, cache_subdir='models')
  /external/tensorflow/tensorflow/python/keras/_impl/keras/datasets/
fashion_mnist.py 44 paths.append(get_file(fname, origin=base + fname, cache_subdir=dirname))
  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
data_utils_test.py 60 untar=True, cache_subdir=dest_dir)
66 untar=True, cache_subdir=dest_dir)
69 extract=True, cache_subdir=dest_dir)
83 extract=True, cache_subdir=dest_dir)
86 extract=True, cache_subdir=dest_dir)
data_utils.py 148 cache_subdir='datasets',
156 cache_dir `~/.keras`, placed in the cache_subdir `datasets`,
174 cache_subdir: Subdirectory under the Keras cache dir where the file is
201 datadir = os.path.join(datadir_base, cache_subdir)

Completed in 310 milliseconds