Searched defs:PreprocessGraph (Results 1 – 3 of 3) sorted by relevance
11 struct PreprocessGraph { struct15 std::shared_ptr<Graph> graph;16 std::unordered_map<Node*, bool> can_emit_inline;
207 PreprocessGraph::PreprocessGraph(Graph& g) : graph(g.copy()) { in PreprocessGraph() function in torch::jit::interpreter::PreprocessGraph
106 StatusOr<absl::flat_hash_set<std::string>> PreprocessGraph( in PreprocessGraph() function