Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_key.h42 std::function<std::string()> guaranteed_const_fingerprint; member
54 guaranteed_const_fingerprint()); in ToString()
Dtpu_op_util.cc156 key.guaranteed_const_fingerprint = [&metadata, &guaranteed_constants, in CreateCompilationCacheKey()
160 metadata.guaranteed_const_fingerprint(), guaranteed_constants); in CreateCompilationCacheKey()
Dtpu_compilation_cache_interface.cc240 parsed_key.prefix, parsed_key.guaranteed_const_fingerprint())); in RemoveEntry()
357 parsed_key.guaranteed_const_fingerprint()), in InsertEntry()
391 subgraph_key.prefix, subgraph_key.guaranteed_const_fingerprint())); in FindCacheKey()
Dtpu_util.cc47 parsed_key.guaranteed_const_fingerprint = [fingerprint] { in ParseCompilationCacheKey()
Dtpu_compilation_cache_interface.h170 key.guaranteed_const_fingerprint()); in ConstructCompilationCacheKey()
/external/tensorflow/tensorflow/core/protobuf/tpu/
Dcompile_metadata.proto98 string guaranteed_const_fingerprint = 10; field