Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.h52 struct EngineConnection { struct
54 EngineConnection(const string& outside, int out_id, int out_port, in EngineConnection() function
67 EngineConnection(const string& outside, int out_id, const string& inside, in EngineConnection() function
78 bool is_control_edge() const { return port_number == Graph::kControlSlot; } in is_control_edge()
80 const string outside_node_name;
81 const int outside_id;
82 const int outside_port;
83 PartialTensorShape outside_shape; // Only set for input edge.
85 const string inside_node_name;
86 const int inside_id;
[all …]