Home
last modified time | relevance | path

Searched refs:use_fingerprints_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dprogram_cache.cc48 : use_fingerprints_(program_cache.use_fingerprints_), in ProgramCache()
53 use_fingerprints_ = program_cache.use_fingerprints_; in operator =()
65 ProgramDescriptor desc{code, options, use_fingerprints_}; in GetOrCreateCLKernel()
104 use_fingerprints_ = true; in AddSerializedCache()
Dprogram_cache.h95 bool use_fingerprints_ = false; variable