/external/tensorflow/tensorflow/python/keras/applications/ |
D | densenet.py | 282 file_hash='9d60b8095a5708f2dcce2bca79d332c7') 288 file_hash='d699b8f76981ab1b30698df4c175e90b') 294 file_hash='1ceb130c1ea1b78c3bf6114dbdfd8807') 301 file_hash='30ee3e1110167f948a6b9946edeeb738') 307 file_hash='b8c4d4c20dd625c148057b9ff1c1176b') 313 file_hash='c13680b51ded0fb44dff2d8f86ac8bb1')
|
D | efficientnet.py | 397 file_hash = WEIGHTS_HASHES[model_name[-2:]][0] 400 file_hash = WEIGHTS_HASHES[model_name[-2:]][1] 406 file_hash=file_hash)
|
D | vgg16.py | 215 file_hash='64373286793e3c8b2b4e3219cbf3544b') 221 file_hash='6d6bbae143d832006294945121d1f1fc')
|
D | mobilenet_v3.py | 337 file_hash = WEIGHTS_HASHES[model_name][0] 340 file_hash = WEIGHTS_HASHES[model_name][1] 345 file_hash=file_hash)
|
D | resnet.py | 210 file_hash = WEIGHTS_HASHES[model_name][0] 213 file_hash = WEIGHTS_HASHES[model_name][1] 218 file_hash=file_hash)
|
D | vgg19.py | 220 file_hash='cbe5617147190e668d6c5d5026f83318') 226 file_hash='253f8cb515780f3b799900260a226db6')
|
D | nasnet.py | 287 file_hash='020fb642bf7360b370c678b08e0adf61') 293 file_hash='1ed92395b5b598bdda52abe5c0dbfd63') 301 file_hash='11577c9a518f0070763c2b964a382f17') 307 file_hash='d81d89dc07e6e56530c4e77faddd61b5')
|
D | inception_resnet_v2.py | 237 file_hash='e693bd0210a403b3192acc6073ad2e96') 245 file_hash='d19885ff4a710c122648d3b5c3b684e4')
|
D | xception.py | 304 file_hash='0a58e3b7378bc2990ea3b43d5981f1f6') 310 file_hash='b0042744bf5b25fce3cb969f33bebb97')
|
D | inception_v3.py | 349 file_hash='9a0d58056eeedaa3f26cb7ebd46da564') 355 file_hash='bcbd6486424b2319ff4ef7d526e38f63')
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | data_utils.py | 169 file_hash=None, argument 225 if md5_hash is not None and file_hash is None: 226 file_hash = md5_hash 245 if file_hash is not None: 246 if not validate_file(fpath, file_hash, algorithm=hash_algorithm): 249 ' file hash does not match the original value of ' + file_hash + 339 def validate_file(fpath, file_hash, algorithm='auto', chunk_size=65535): argument 353 if (algorithm == 'sha256') or (algorithm == 'auto' and len(file_hash) == 64): 358 if str(_hash_file(fpath, hasher, chunk_size)) == str(file_hash):
|
D | data_utils_test.py | 67 filepath, origin, file_hash=hashval_sha256, 84 'test', origin, file_hash=hashval_sha256,
|
/external/vixl/tools/ |
D | lint.py | 122 file_hash = hashlib.md5(f.read()).hexdigest() 123 return file_hash != cached_results[filename] 181 file_hash = hashlib.md5(f.read()).hexdigest() 182 cached_results[filename] = file_hash
|
/external/webrtc/modules/audio_coding/neteq/tools/ |
D | neteq_rtpplay_test.sh | 38 file_hash () { function 56 HASH1=$(file_hash $1) 57 HASH2=$(file_hash $2)
|
/external/perfetto/tools/ |
D | traceconv | 49 file_hash = hashlib.sha1(fd.read()).hexdigest() 50 return file_hash == sha_value
|
D | trace_processor | 48 file_hash = hashlib.sha1(fd.read()).hexdigest() 49 return file_hash == sha_value
|
D | heap_profile | 51 file_hash = hashlib.sha1() 57 file_hash.update(chunk) 58 return file_hash.hexdigest() == sha_value
|
/external/tensorflow/tensorflow/python/keras/datasets/ |
D | reuters.py | 117 file_hash= 168 file_hash='4d44cc38712099c9e383dc6e5f11a921')
|
D | imdb.py | 110 file_hash= 179 file_hash='bfafd718b763782e994055a2d397834f')
|
D | mnist.py | 61 file_hash=
|
D | cifar100.py | 68 file_hash=
|
D | boston_housing.py | 64 file_hash=
|
D | cifar10.py | 56 file_hash=
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | cloud_storage_info_unittest.py | 132 def _GetIfHashChangedMock(cs_path, download_path, bucket, file_hash): argument 133 del cs_path, bucket, file_hash 156 def _GetIfHashChangedMock(cs_path, download_path, bucket, file_hash): argument 157 del cs_path, bucket, file_hash
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | cloud_storage.py | 480 def GetIfHashChanged(cs_path, download_path, bucket, file_hash): argument 493 CalculateHash(download_path) == file_hash):
|