Searched defs:ImportGraphDefResults (Results 1 – 1 of 1) sorted by relevance
147 struct ImportGraphDefResults { struct152 typedef int Index;153 std::vector<std::pair<Node*, Index>> return_tensors;156 std::vector<Node*> return_nodes;182 ImportGraphDefResults* results = nullptr); argument