Home
last modified time | relevance | path

Searched defs:reorder_storage (Results 1 – 3 of 3) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/gradient_autoscheduler/
H A DGradientAutoscheduler.cpp58 void reorder_storage(Func func, in reorder_storage() function
72 void reorder_storage(Stage stage, in reorder_storage() function
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DFunc.h2039 reorder_storage(const Var &x, const Var &y, Args &&... args) { in reorder_storage() function
H A DFunc.cpp2465 Func &Func::reorder_storage(const Var &x, const Var &y) { in reorder_storage() function in Halide::Func
2492 Func &Func::reorder_storage(const std::vector<Var> &dims, size_t start) { in reorder_storage() function in Halide::Func
2504 Func &Func::reorder_storage(const std::vector<Var> &dims) { in reorder_storage() function in Halide::Func