Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Ddicts.py62 class ConstDictVariable(VariableTracker): class
600 def __init__(self, dv_dict: ConstDictVariable, **kwargs) -> None: