Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dbuild_xla_ops_pass.cc178 absl::Span<const Edge*> input_edges(input_edges_vector); in GetXlaClusterInfo() local
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dvectorization_utils.cc249 std::vector<const Edge*> input_edges; in AddConversionMapping() local
/external/v8/src/compiler/
Dnode.h401 Node::InputEdges Node::input_edges() { in input_edges() function
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc74 std::vector<const Edge*> input_edges; in IsTensorRTCandidate() local
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc265 Status Node::input_edges(std::vector<const Edge*>* input_edges) const { in input_edges() function in tensorflow::Node