Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/frontend/
Dparser.cpp673 auto itrs = parseList(TK_NOTHING, ',', ':', &ParserImpl::parseExp); in parseFor() local
Dtree_views.h568 List<Expr> itrs() const { in itrs() function
Dir_emitter.cpp1526 const auto itrs = List<Expr>::create(lc.range(), {lc.iter()}); in emitListComprehension() local
1652 const auto itrs = List<Expr>::create(dc.range(), {dc.iter()}); in emitDictComprehension() local
/external/pytorch/torch/csrc/jit/python/
Dpython_tree_views.cpp292 std::vector<Stmt> body) { in initTreeViewBindings()