Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dpartially_decluster_pass.cc374 auto input_belongs_to_same_cluster = [&](const Edge* e) { in PartiallyDeclusterGraph() local
378 if (absl::c_any_of(n->in_edges(), input_belongs_to_same_cluster)) { in PartiallyDeclusterGraph()