Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dtf2xla_util.h172 struct OutEdgeInfo { struct
173 Node* dst;
174 int src_output, dst_input;
H A Dtf2xla_util.cc136 struct OutEdgeInfo { in ReplaceSrcOutputUsageWithNode() struct
137 int dst_node_id, dst_input; in ReplaceSrcOutputUsageWithNode()