Home
last modified time | relevance | path

Searched refs:has_guaranteed_const (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_key.h35 bool has_guaranteed_const = false; member
50 if (!has_guaranteed_const) { in ToString()
Dtpu_compilation_cache_interface.cc234 if (!parsed_key.has_guaranteed_const) { in RemoveEntry()
350 if (!parsed_key.has_guaranteed_const) { in InsertEntry()
382 if (!subgraph_key.has_guaranteed_const) { in FindCacheKey()
Dtpu_util.cc44 parsed_key.has_guaranteed_const = true; in ParseCompilationCacheKey()
Dtpu_op_util.cc149 key.has_guaranteed_const = true; in CreateCompilationCacheKey()
Dtpu_compilation_cache_interface.h166 if (!key.has_guaranteed_const) { in ConstructCompilationCacheKey()