Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dcompilability_check_util.cc79 bool IsInOutsideCompilationCluster(const Node& n) { in IsInOutsideCompilationCluster() function
386 if (op_filter_.allow_outside_compiled && IsInOutsideCompilationCluster(node)) in IsCompilableNode()