Searched refs:PreprocessGraph (Results 1 – 4 of 4) sorted by relevance
11 struct PreprocessGraph { struct12 explicit PreprocessGraph(Graph& g);
207 PreprocessGraph::PreprocessGraph(Graph& g) : graph(g.copy()) { in PreprocessGraph() function in torch::jit::interpreter::PreprocessGraph
116 PreprocessGraph preprocess_;
106 StatusOr<absl::flat_hash_set<std::string>> PreprocessGraph( in PreprocessGraph() function135 PreprocessGraph(graph_def, options.run_placer_grappler_on_functions)); in Create()497 PreprocessGraph(*graph_def, options_.run_placer_grappler_on_functions)); in Extend()