Home
last modified time | relevance | path

Searched refs:verify_checksum (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/
Dformat.cc109 const bool verify_checksum = true; in ReadBlock() local
110 if (verify_checksum) { in ReadBlock()
/external/bcc/src/cc/
Dbcc_elf.c370 static int verify_checksum(const char *file, unsigned int crc) { in verify_checksum() function
438 if (res && check_crc && !verify_checksum(res, crc)) in find_debug_via_debuglink()
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
DSpecial_Events.py139 def verify_checksum(self, _object, _attributes={}, **_arguments): member in Special_Events_Events