Searched defs:ImportGraphDefResults (Results 1 – 1 of 1) sorted by relevance
159 struct ImportGraphDefResults { struct164 typedef int Index;165 std::vector<std::pair<Node*, Index>> return_tensors;168 std::vector<Node*> return_nodes;194 ImportGraphDefResults* results = nullptr); argument