Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dparallel_concat_optimizer.cc83 for (const Edge* input_edge : n->in_edges()) { in Run() local
Daccumulate_n_optimizer.cc100 for (const Edge* input_edge : n->in_edges()) { in rewriteNode() local
Dshape_refiner.cc420 const Edge* input_edge; in EvaluateConstantTensorForEdge() local
454 const Edge* input_edge; in ConstantPartialShape() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc78 for (const Edge* input_edge : input_edges) { in IsTensorRTCandidate() local
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc238 Status Node::input_edge(int idx, const Edge** e) const { in input_edge() function in tensorflow::Node