Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_transformer.cc151 bool has_multiple_children = false; in ApplyStartingWithNode() local
156 if (has_multiple_children) { in ApplyStartingWithNode()
164 has_multiple_children = true; in ApplyStartingWithNode()
172 if (!has_multiple_children && next_node_in_sequence) { in ApplyStartingWithNode()
176 has_multiple_children = true; in ApplyStartingWithNode()
183 if (has_multiple_children || next_node_in_sequence == nullptr) { in ApplyStartingWithNode()