Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_utils.cc36 class GraphExecutorWrapper { class
38 GraphExecutorWrapper() = default;
40 explicit GraphExecutorWrapper(const std::shared_ptr<Graph>& graph) in GraphExecutorWrapper() function in torch::jit::test::__anon4991720a0111::GraphExecutorWrapper
98 graph_exec_ = GraphExecutorWrapper(graph_); in GraphStaticRuntimeContext()
111 GraphExecutorWrapper graph_exec_;
267 GraphExecutorWrapper graph_exec(graph); in compareResultsWithJIT()