Home
last modified time | relevance | path

Searched refs:PreprocessGraph (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/
H A Dpreprocess_graph.h11 struct PreprocessGraph { struct
12 explicit PreprocessGraph(Graph& g);
H A Dpreprocess_graph.cpp207 PreprocessGraph::PreprocessGraph(Graph& g) : graph(g.copy()) { in PreprocessGraph() function in torch::jit::interpreter::PreprocessGraph
H A Dcode_impl.h116 PreprocessGraph preprocess_;
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dtfrt_graph_execution_state.cc106 StatusOr<absl::flat_hash_set<std::string>> PreprocessGraph( in PreprocessGraph() function
135 PreprocessGraph(graph_def, options.run_placer_grappler_on_functions)); in Create()
497 PreprocessGraph(*graph_def, options_.run_placer_grappler_on_functions)); in Extend()