Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.cc376 bool is_megamorphic; in CompileImpl() local
387 if (!it->second.is_megamorphic && in CompileImpl()
393 it->second.is_megamorphic = true; in CompileImpl()
396 is_megamorphic = it->second.is_megamorphic; in CompileImpl()
416 if (is_megamorphic) { in CompileImpl()
Dxla_compilation_cache.h183 bool is_megamorphic = false; member