Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc1023 bool* should_compile, string* device) { in ShouldCompileClusterImpl() argument
1041 *should_compile = in ShouldCompileClusterImpl()
1049 VLOG(3) << (*should_compile ? "Compiling" : "Not compiling") in ShouldCompileClusterImpl()
1059 bool* should_compile, string* device) { in ShouldCompileCluster() argument
1062 *should_compile = it->second.first; in ShouldCompileCluster()
1069 should_compile, &device_s)); in ShouldCompileCluster()
1070 cache->insert({cluster.representative, {*should_compile, device_s}}); in ShouldCompileCluster()
1305 bool should_compile; in RunImpl() local
1309 &should_compile, &device)); in RunImpl()
1310 if (!should_compile) { in RunImpl()
Dxla_compilation_cache.cc296 const bool should_compile = [&] { in CompileImpl() local
324 if (!should_compile) { in CompileImpl()