Searched defs:ClassValue (Results 1 – 1 of 1) sorted by relevance
341 struct TORCH_API ClassValue : public SugaredValue { struct342 explicit ClassValue(ClassTypePtr type) : type_(std::move(type)) {} in ClassValue() function358 std::string kind() const override { in kind()362 ClassTypePtr type_;