store_root 636 python_bindings/python/Func.cpp func_class.def("store_root", &Func::store_root, p::arg("self"), store_root 1890 src/Func.h EXPORT Func &store_root(); store_root 1646 src/Generator.h HALIDE_OUTPUT_FORWARD(store_root) store_root 96 src/Lower.cpp Func(f).compute_root().store_root(); store_root 171 src/PrintLoopNest.cpp Func(f).compute_root().store_root(); store_root 24 test/correctness/autotune_bug_2.cpp f.store_root(); store_root 22 test/correctness/autotune_bug_3.cpp f.store_root(); store_root 32 test/correctness/autotune_bug_4.cpp g.store_root(); store_root 28 test/correctness/cascaded_filters.cpp stages[i].store_root().compute_at(stages.back(), x); store_root 526 test/correctness/image_wrap.cpp Func h_wrapper = h.in().store_root().compute_at(g, r.y); store_root 64 test/correctness/many_small_extern_stages.cpp g.compute_at(h, y).store_root(); store_root 22 test/correctness/reduction_chain.cpp g.store_root().compute_at(out, x); store_root 167 test/correctness/skip_stages.cpp f2.store_root().compute_at(f4, xo); store_root 262 test/correctness/skip_stages_external_array_functions.cpp f2.store_root().compute_at(f4, xo); store_root 28 test/correctness/sliding_backwards.cpp g.store_root(); store_root 49 test/correctness/sliding_reduction.cpp f.store_root().compute_at(g, y); store_root 71 test/correctness/sliding_reduction.cpp f.store_root().compute_at(g, y); store_root 106 test/correctness/sliding_reduction.cpp f.store_root().compute_at(g, y); store_root 36 test/correctness/sliding_window.cpp f.store_root().compute_at(g, x); store_root 55 test/correctness/sliding_window.cpp f.store_root().compute_at(g, x); store_root 74 test/correctness/sliding_window.cpp f.store_root() store_root 100 test/correctness/sliding_window.cpp f.store_root().compute_at(g, y); store_root 122 test/correctness/sliding_window.cpp f.store_root().compute_at(g, x); store_root 140 test/correctness/sliding_window.cpp f.store_root().compute_at(g, x); store_root 17 test/correctness/split_store_compute.cpp g.store_root(); store_root 30 test/correctness/storage_folding.cpp f.store_root().compute_at(g, x); store_root 50 test/correctness/storage_folding.cpp f.store_root().compute_at(g, x); store_root 72 test/correctness/storage_folding.cpp f.store_root().compute_at(g, y).fold_storage(y, 3); store_root 101 test/correctness/storage_folding.cpp g.compute_at(f, x).store_root(); store_root 135 test/correctness/storage_folding.cpp g.compute_at(f, x).store_root(); store_root 170 test/correctness/storage_folding.cpp g.compute_at(f, x).store_root(); store_root 204 test/correctness/storage_folding.cpp g.compute_at(f, yo).store_root(); store_root 247 test/correctness/storage_folding.cpp g.compute_at(f, x).store_root().fold_storage(y, 3); store_root 281 test/correctness/storage_folding.cpp g.compute_at(f, x).store_root().fold_storage(y, 2); store_root 311 test/correctness/storage_folding.cpp f.store_root().compute_at(g, y).fold_storage(y, 3); store_root 117 test/correctness/tracing.cpp g.store_root().compute_at(f, x); store_root 485 test/correctness/wrap.cpp Func h_wrapper = h.in().store_root().compute_at(g, r.y); store_root 13 test/error/bad_fold.cpp f.store_root().compute_at(g, y).fold_storage(y, 2); store_root 16 test/error/memoize_different_compute_store.cpp f.store_root(); store_root 280 tutorial/lesson_08_scheduling_2.cpp producer.store_root(); store_root 394 tutorial/lesson_08_scheduling_2.cpp producer.store_root().compute_at(consumer, x);