Home
last modified time | relevance | path

Searched defs:verify_checksum (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/
Dformat.cc109 const bool verify_checksum = true; in ReadBlock() local
/external/OpenCL-CTS/test_conformance/allocations/
Dallocation_execute.cpp135 …e, cl_device_id device_id, int test, cl_mem mems[], int number_of_mems_used, int verify_checksum) { in execute_kernel()
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
DSpecial_Events.py139 def verify_checksum(self, _object, _attributes={}, **_arguments): member in Special_Events_Events
/external/bcc/src/cc/
Dbcc_elf.c464 static int verify_checksum(const char *file, unsigned int crc) { in verify_checksum() function