Home
last modified time | relevance | path

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

/external/pytorch/torch/jit/
D__init__.py128 def annotate(the_type, the_value): argument
/external/pytorch/torch/_dynamo/variables/
Dtorch.py524 def handle_jit_annotate(self, tx: "InstructionTranslator", the_type, the_value): argument