Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/runtime/
Dgraph_executor.cpp626 struct GraphExecutorImpl : public GraphExecutorImplBase { struct
627 GraphExecutorImpl( in GraphExecutorImpl() function
780 ~GraphExecutorImpl() override = default;
811 new GraphExecutorImpl(graph, std::move(function_name)))) {} in GraphExecutor()