Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/frontend/
Dsugared_value.h341 struct TORCH_API ClassValue : public SugaredValue { struct
342 explicit ClassValue(ClassTypePtr type) : type_(std::move(type)) {} in ClassValue() function
358 std::string kind() const override { in kind()
362 ClassTypePtr type_;