Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/frontend/
Dtree_views.h608 struct DictComp : public Expr { struct
609 explicit DictComp(const TreeRef& tree) : Expr(tree) { in DictComp() argument
625 static DictComp create( in create() argument
/external/python/cpython3/Include/internal/
Dpycore_ast.h425 } DictComp; member