Home
last modified time | relevance | path

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

/external/pytorch/docs/source/
Djit_language_reference.rst277 .. _TorchScript Class:
278 .. _TorchScript Classes:
279 .. _torchscript-classes:
/external/pytorch/torch/csrc/jit/frontend/
Dir_emitter.cpp70 struct Refinement { struct
71 Refinement(std::string identifier, TypePtr type) in Refinement() argument
73 const std::string& identifier() const { in identifier()
76 TypePtr type() const { in type()
81 std::string identifier_;
82 TypePtr type_;