Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.cc222 Status Node::input_edges(std::vector<const Edge*>* input_edges) const { in input_edges() function in tensorflow::Node
/external/v8/src/compiler/
Dnode.h410 Node::InputEdges Node::input_edges() { in input_edges() function