Home
last modified time | relevance | path

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

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