Home
last modified time | relevance | path

Searched refs:MakeLoopNest (Results 1 – 18 of 18) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/te/operation/
H A Dop_util.h54 std::vector<std::vector<Stmt> > MakeLoopNest(const Stage& stage,
H A Dcross_thread_reduction.cc91 auto nest = MakeLoopNest(stage, dom_map, 0, false, std::unordered_set<IterVar>(), &value_map, in MakeCrossThreadReduction()
H A Dcompute_op.cc442 ret.main_nest = MakeLoopNest(stage, dom_map, 0, false, std::unordered_set<IterVar>(), in Create()
483 ret.init_nest = MakeLoopNest(stage, dom_map, begin_loop, true, skip_iter, &(ret.init_vmap), in Create()
H A Dop_util.cc41 std::vector<std::vector<Stmt> > MakeLoopNest(const Stage& stage, in MakeLoopNest() function
H A Dscan_op.cc273 auto nest = MakeLoopNest(stage, dom_map, 0, false, empty, &vmap, debug_keep_trivial_loop); in BuildProvide()
/dports/misc/tvm/incubator-tvm-0.6.1/src/op/
H A Dop_util.h53 MakeLoopNest(const Stage& stage,
H A Dcross_thread_reduction.cc41 auto nest = op::MakeLoopNest( in MakeCrossThreadReduction()
H A Dcompute_op.cc473 ret.main_nest = op::MakeLoopNest( in make()
515 ret.init_nest = op::MakeLoopNest( in make()
H A Dop_util.cc40 MakeLoopNest(const Stage& stage, in MakeLoopNest() function
H A Dscan_op.cc300 auto nest = op::MakeLoopNest( in BuildProvide()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/op/
H A Dop_util.h53 MakeLoopNest(const Stage& stage,
H A Dcross_thread_reduction.cc41 auto nest = op::MakeLoopNest( in MakeCrossThreadReduction()
H A Dcompute_op.cc473 ret.main_nest = op::MakeLoopNest( in make()
515 ret.init_nest = op::MakeLoopNest( in make()
H A Dop_util.cc40 MakeLoopNest(const Stage& stage, in MakeLoopNest() function
H A Dscan_op.cc300 auto nest = op::MakeLoopNest( in BuildProvide()
/dports/misc/tvm/incubator-tvm-0.6.1/docs/dev/
H A Dinferbound.rst22 …cheduleOps, where they are used to set the extents of For loops, see `MakeLoopNest <https://github…
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/docs/dev/
H A Dinferbound.rst25 …cheduleOps, where they are used to set the extents of For loops, see `MakeLoopNest <https://github…
/dports/misc/py-tvm/incubator-tvm-0.6.1/docs/dev/
H A Dinferbound.rst22 …cheduleOps, where they are used to set the extents of For loops, see `MakeLoopNest <https://github…