Home
last modified time | relevance | path

Searched refs:validate_file (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/keras/utils/
Ddata_utils_test.py71 self.assertTrue(keras.utils.data_utils.validate_file(filepath,
73 self.assertTrue(keras.utils.data_utils.validate_file(filepath, hashval_md5))
88 self.assertTrue(keras.utils.data_utils.validate_file(path, hashval_sha256))
89 self.assertTrue(keras.utils.data_utils.validate_file(path, hashval_md5))
Ddata_utils.py220 if not validate_file(fpath, file_hash, algorithm=hash_algorithm):
302 def validate_file(fpath, file_hash, algorithm='auto', chunk_size=65535): function
/external/python/oauth2client/oauth2client/contrib/
Dlocked_file.py57 def validate_file(filename): function
129 validate_file(self._filename)
D_fcntl_opener.py43 locked_file.validate_file(self._filename)
D_win32_opener.py54 locked_file.validate_file(self._filename)
/external/libchrome/third_party/ply/
Dlex.py818 self.validate_file(f)
829 def validate_file(self,filename): member in LexerReflect