Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dargument_spec.h173 struct TORCH_API ArgumentSpecCreator { struct
193 ArgumentSpecCreator(Graph& graph); argument
197 using WrittenSlots = std::unordered_set<std::string>;
204 size_t num_inputs_;
205 size_t num_tensors_ = 0;
206 size_t num_optionals_ = 0;
207 std::vector<Inst> instructions_;
H A Dargument_spec.cpp94 ArgumentSpecCreator::ArgumentSpecCreator(Graph& graph) in ArgumentSpecCreator() function in torch::jit::ArgumentSpecCreator