Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor.h147 struct ImportGraphDefResults { struct
152 typedef int Index;
153 std::vector<std::pair<Node*, Index>> return_tensors;
156 std::vector<Node*> return_nodes;
182 ImportGraphDefResults* results = nullptr); argument