Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_constructor.h159 struct ImportGraphDefResults { struct
164 typedef int Index;
165 std::vector<std::pair<Node*, Index>> return_tensors;
168 std::vector<Node*> return_nodes;
194 ImportGraphDefResults* results = nullptr); argument