Searched defs:input_edge (Results 1 – 5 of 5) sorted by relevance
83 for (const Edge* input_edge : n->in_edges()) { in Run() local
100 for (const Edge* input_edge : n->in_edges()) { in rewriteNode() local
420 const Edge* input_edge; in EvaluateConstantTensorForEdge() local454 const Edge* input_edge; in ConstantPartialShape() local
78 for (const Edge* input_edge : input_edges) { in IsTensorRTCandidate() local
238 Status Node::input_edge(int idx, const Edge** e) const { in input_edge() function in tensorflow::Node