Searched refs:MagicMethod (Results 1 – 4 of 4) sorted by relevance
41 auto magic_method = std::make_shared<torch::jit::MagicMethod>("", builtin); in LowerTSBuiltin()
577 struct TORCH_API MagicMethod : public SugaredValue { struct578 MagicMethod(std::string desugared_name, SugaredValuePtr base) in MagicMethod() function
683 std::shared_ptr<SugaredValue> MagicMethod::call( in call()
225 static std::shared_ptr<MagicMethod> makeMagic( in makeMagic()228 return std::make_shared<MagicMethod>(name, base); in makeMagic()