Home
last modified time | relevance | path

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

/dports/misc/tvm/incubator-tvm-0.6.1/docs/dev/
H A Dinferbound.rst352 Motivation
411 Attach Paths
501 Building an Attach Path
547 InferBound with compute_at subsection
556 .. _Phase1CA:
558 Phase 1: Initialize IntSets for consumer's leaf_iter_vars
580 Phase 2: Propagate IntSets from consumer's leaves to consumer's roots
621 Limitations of PassUpDomain
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/docs/dev/
H A Dinferbound.rst348 Motivation
407 Attach Paths
497 Building an Attach Path
543 InferBound with compute_at subsection
552 .. _Phase1CA:
554 Phase 1: Initialize IntSets for consumer's leaf_iter_vars
576 Phase 2: Propagate IntSets from consumer's leaves to consumer's roots
617 Limitations of PassUpDomain
/dports/misc/py-tvm/incubator-tvm-0.6.1/docs/dev/
H A Dinferbound.rst352 Motivation
411 Attach Paths
501 Building an Attach Path
547 InferBound with compute_at subsection
556 .. _Phase1CA:
558 Phase 1: Initialize IntSets for consumer's leaf_iter_vars
580 Phase 2: Propagate IntSets from consumer's leaves to consumer's roots
621 Limitations of PassUpDomain
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/auto_scheduler/
H A Dloop_state.h106 ComputeAtKind compute_at; variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/auto_scheduler/
H A Dloop_state.py423 def compute_at(self, stage, target_stage, target_iter): member in State
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/te/
H A Dschedule.py300 def compute_at(self, parent, scope): member in Stage
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/auto_scheduler/
H A Dloop_state.cc86 ComputeAtKind compute_at, StageAttributes attrs) { in Stage()
313 void State::compute_at(int stage_id, int target_stage_id, const Iterator& target_iter) { in compute_at() function in tvm::auto_scheduler::State
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/
H A Dschedule.py453 def compute_at(self, parent, scope): member in Stage
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/
H A Dschedule.py453 def compute_at(self, parent, scope): member in Stage
/dports/misc/tvm/incubator-tvm-0.6.1/src/schedule/
H A Dschedule_lang.cc128 Stage& Stage::compute_at(Stage parent, IterVar scope) { // NOLINT(*) in compute_at() function in tvm::Stage
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/schedule/
H A Dschedule_lang.cc128 Stage& Stage::compute_at(Stage parent, IterVar scope) { // NOLINT(*) in compute_at() function in tvm::Stage
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DScheduleFunctions.cpp1770 string schedule_to_source(const Function &f, const LoopLevel &store_at, const LoopLevel &compute_at in schedule_to_source()
2057 LoopLevel compute_at = f.schedule().compute_level(); in validate_schedule() local
H A DBoundsInference.cpp523 LoopLevel compute_at = func.schedule().compute_level(); in define_bounds() local
H A DFunc.cpp2545 Func &Func::compute_at(LoopLevel loop_level) { in compute_at() function in Halide::Func
2556 Func &Func::compute_at(const Func &f, const RVar &var) { in compute_at() function in Halide::Func
2560 Func &Func::compute_at(const Func &f, const Var &var) { in compute_at() function in Halide::Func
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/te/schedule/
H A Dschedule_lang.cc129 Stage& Stage::compute_at(Stage parent, IterVar scope) { // NOLINT(*) in compute_at() function in tvm::te::Stage