Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dpeephole_dict_idioms.cpp184 const DictNode& dict_node = getDictNode(dict_creation_node); in getValueFromDict() local
198 const DictNode& dict_node = getDictNode(dict_creation_node); in computeLen() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dtracer.cpp143 auto dict_node = graph->createDict(key_type, value_type, keys, values); in getValue() local
322 auto dict_node = graph->createDict(key_type, value_type, keys, values); in getOutput() local