Home
last modified time | relevance | path

Searched refs:getLoopAt (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/torch/csrc/jit/tensorexpr/
Dloopnest.h70 ForPtr getLoopAt(ForPtr root, const std::vector<int>& indices) const;
Dtensorexpr_init.cpp517 return self.getLoopAt(std::move(root), indices); in initTensorExprBindings()
Dloopnest.cpp2221 ForPtr LoopNest::getLoopAt(ForPtr root, const std::vector<int>& indices) const { in getLoopAt() function in torch::jit::tensorexpr::LoopNest
/external/pytorch/test/cpp/tensorexpr/
Dtest_loopnest.cpp638 TEST(LoopNest, getLoopAt) { in TEST() argument
682 auto ret_k2 = l.getLoopAt(for_i, {0, 2}); in TEST()