Searched defs:get_file (Results 1 - 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/python/keras/_impl/keras/datasets/
H A Dboston_housing.py23 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
42 path = get_file(
H A Dmnist.py23 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
38 path = get_file(
H A Dcifar10.py27 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
40 path = get_file(dirname, origin=origin, untar=True)
H A Dcifar100.py27 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
49 path = get_file(dirname, origin=origin, untar=True)
H A Dfashion_mnist.py26 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
44 paths.append(get_file(fname, origin=base + fname, cache_subdir=dirname))
H A Dimdb.py26 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
80 path = get_file(
143 path = get_file(
H A Dreuters.py26 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
78 path = get_file(
127 path = get_file(
/external/tensorflow/tensorflow/contrib/keras/api/keras/utils/
H A D__init__.py22 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
/external/tensorflow/tensorflow/python/keras/_impl/keras/applications/
H A Dimagenet_utils.py26 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
232 fpath = get_file(
H A Dinception_v3.py51 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
387 weights_path = get_file(
393 weights_path = get_file(
H A Dvgg16.py45 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
214 weights_path = get_file(
220 weights_path = get_file(
H A Dvgg19.py45 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
223 weights_path = get_file(
229 weights_path = get_file(
H A Dxception.py58 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
314 weights_path = get_file(
320 weights_path = get_file(
H A Ddensenet.py47 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
259 weights_path = get_file(
265 weights_path = get_file(
271 weights_path = get_file(
278 weights_path = get_file(
284 weights_path = get_file(
290 weights_path = get_file(
H A Dinception_resnet_v2.py47 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
368 weights_path = get_file(
375 weights_path = get_file(
H A Dmobilenet.py94 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
539 weights_path = get_file(model_name, weigh_path, cache_subdir='models')
543 weights_path = get_file(model_name, weigh_path, cache_subdir='models')
H A Dnasnet.py68 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
302 weights_file = get_file(model_name, weight_path, cache_subdir='models')
313 weights_file = get_file(model_name, weight_path, cache_subdir='models')
H A Dresnet50.py50 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
289 weights_path = get_file(
295 weights_path = get_file(
/external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
H A D__init__.py22 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
/external/tensorflow/tensorflow/python/keras/utils/
H A D__init__.py22 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
/external/autotest/client/bin/
H A Dlocal_host.py115 @param preserve_perm: Tells get_file() to try to preserve the sources
152 def get_file(self, source, dest, delete_dest=False, preserve_perm=True, member in class:LocalHost
159 behavior of AbstractSSHHost.get_file().
165 @param preserve_perm: Tells get_file() to try to preserve the sources
/external/devlib/devlib/module/
H A Dhwmon.py46 path = self.get_file(item)
54 path = self.get_file(item)
57 def get_file(self, item): member in class:HwmonSensor
/external/autotest/client/bin/result_tools/
H A Dresult_info.py280 # used rsync in cros_host.get_file call.
453 self.files.remove(self.get_file(name))
464 def get_file(self, name): member in class:ResultInfo
636 new_file = new_info.get_file(name)
648 old_file = self.get_file(name)
661 old_file = self.get_file(name)
/external/autotest/server/cros/
H A Dresource_monitor_unittest.py35 def get_file(self, src, dest): member in class:HostMock
/external/e2fsprogs/misc/
H A De2initrd_helper.c72 static errcode_t get_file(ext2_filsys fs, const char * filename, function
344 retval = get_file(fs, "/etc/fstab", &file);

Completed in 613 milliseconds

12