Home
last modified time | relevance | path

Searched defs:is_control_edge (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes.h88 bool is_control_edge() const { return port_number == Graph::kControlSlot; } in is_control_edge() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dinline_function_utils.cc651 const auto is_control_edge = [](const Edge* e) -> bool { in InlineFunctionBody() local