Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/
H A Dpreprocess_graph.h11 struct PreprocessGraph { struct
15 std::shared_ptr<Graph> graph;
16 std::unordered_map<Node*, bool> can_emit_inline;
H A Dpreprocess_graph.cpp207 PreprocessGraph::PreprocessGraph(Graph& g) : graph(g.copy()) { in PreprocessGraph() function in torch::jit::interpreter::PreprocessGraph
/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