pytorch/torch/_dynamo/variables
2024-07-26 14:06:10 +00:00
..
__init__.py [dynamo] add lazy IteratorVariable implementations for map and zip (#131413) 2024-07-26 10:47:38 +00:00
base.py [dynamo] add lazy IteratorVariable implementations for map and zip (#131413) 2024-07-26 10:47:38 +00:00
builder.py [dynamo] lazily guard and specialize on the symint when used in f-string. (#131529) 2024-07-25 16:16:34 +00:00
builtin.py [dynamo] add lazy IteratorVariable implementations for map and zip (#131413) 2024-07-26 10:47:38 +00:00
constant.py [dynamo] add lazy IteratorVariable implementations for map and zip (#131413) 2024-07-26 10:47:38 +00:00
ctx_manager.py Annotate all InstructionTranslator (#131509) 2024-07-24 23:45:53 +00:00
dicts.py [dynamo] add lazy IteratorVariable implementations for map and zip (#131413) 2024-07-26 10:47:38 +00:00
distributed.py Annotate all InstructionTranslator (#131509) 2024-07-24 23:45:53 +00:00
functions.py Annotate all InstructionTranslator (#131509) 2024-07-24 23:45:53 +00:00
higher_order_ops.py Annotate all InstructionTranslator (#131509) 2024-07-24 23:45:53 +00:00
iter.py [Dynamo] Support zip_longest (#131497) 2024-07-26 14:06:10 +00:00
lazy.py [dynamo] lazily guard and specialize on the symint when used in f-string. (#131529) 2024-07-25 16:16:34 +00:00
lists.py [dynamo] add lazy IteratorVariable implementations for map and zip (#131413) 2024-07-26 10:47:38 +00:00
misc.py Annotate all InstructionTranslator (#131509) 2024-07-24 23:45:53 +00:00
nn_module.py [dynamo] Do not guard on keys for _forward_hooks and _forward_pre_hooks (#131682) 2024-07-26 04:39:54 +00:00
optimizer.py Annotate all InstructionTranslator (#131509) 2024-07-24 23:45:53 +00:00
script_object.py [BE] mypy: disallow untyped decorators (#131428) 2024-07-23 21:50:55 +00:00
sdpa.py Annotate all InstructionTranslator (#131509) 2024-07-24 23:45:53 +00:00
tensor.py Annotate all InstructionTranslator (#131509) 2024-07-24 23:45:53 +00:00
torch_function.py Annotate all InstructionTranslator (#131509) 2024-07-24 23:45:53 +00:00
torch.py Annotate all InstructionTranslator (#131509) 2024-07-24 23:45:53 +00:00
user_defined.py [Reland] Ensure staticmethods can be allowed in graph (#131789) 2024-07-25 22:54:18 +00:00