Home
last modified time | relevance | path

Searched defs:is_input_edge (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes.h101 const bool is_input_edge; member
H A Dconvert_graph.cc295 const bool is_input_edge, const string& node_name, in UpdateToEngineNode()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dinline_function_utils.cc648 const auto is_input_edge = [](const Edge* e) -> bool { in InlineFunctionBody() local