Searched defs:input_edges (Results 1 – 5 of 5) sorted by relevance
178 absl::Span<const Edge*> input_edges(input_edges_vector); in GetXlaClusterInfo() local
249 std::vector<const Edge*> input_edges; in AddConversionMapping() local
401 Node::InputEdges Node::input_edges() { in input_edges() function
74 std::vector<const Edge*> input_edges; in IsTensorRTCandidate() local
265 Status Node::input_edges(std::vector<const Edge*>* input_edges) const { in input_edges() function in tensorflow::Node