Searched defs:Refinement (Results 1 – 2 of 2) sorted by relevance
277 .. _TorchScript Class:278 .. _TorchScript Classes:279 .. _torchscript-classes:
70 struct Refinement { struct71 Refinement(std::string identifier, TypePtr type) in Refinement() argument73 const std::string& identifier() const { in identifier()76 TypePtr type() const { in type()81 std::string identifier_;82 TypePtr type_;