Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dgraph_executor_impl.h57 struct GraphExecutorImplBase { struct
65 GraphExecutorImplBase( in GraphExecutorImplBase() argument
85 virtual bool isOptimized() const { in isOptimized()
96 std::shared_ptr<Graph> graph;
98 std::string function_name_;
103 const size_t num_inputs;
105 const size_t num_outputs;
110 std::mutex compile_mutex;