Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dsugared_value.h365 struct TORCH_API NamedTupleConstructor : public SugaredValue { struct
366 explicit NamedTupleConstructor(TupleTypePtr type) : type_(std::move(type)) {} in NamedTupleConstructor() function
375 std::string kind() const override { in kind()
379 TupleTypePtr type_;