Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc93 bool allow_dummy_ops; member
275 if (!op_filter.allow_dummy_ops && IsDummyImplOp(node->type_string())) { in IsCompilableCall()
513 op_filter.allow_dummy_ops = always_auto_cluster; in FindCompilationCandidates()
533 if (!op_filter.allow_dummy_ops && IsDummyImplOp(node->type_string())) { in FindCompilationCandidates()
666 op_filter.allow_dummy_ops = true; in IsCompilable()