Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dsugared_value.h447 struct MethodValue : public SugaredValue { struct
448 MethodValue(Value* self, std::vector<std::string> method_names) in MethodValue() argument
450 MethodValue(Value* self, std::string method_name) in MethodValue() argument
453 std::string kind() const override { in kind()
457 std::shared_ptr<SugaredValue> call( in call()
494 std::vector<std::string> method_names_;