Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dtree_views.h1075 struct WithItem : public Expr { struct
1076 explicit WithItem(const TreeRef& tree) : Expr(tree) { in WithItem() function
1088 static WithItem create( in create() argument