Home
last modified time | relevance | path

Searched defs:LoweredFunc (Results 1 – 6 of 6) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DModule.h97 struct LoweredFunc { struct
113 LoweredFunc(const std::string &name, argument
H A DModule.cpp342 LoweredFunc::LoweredFunc(const std::string &name, in LoweredFunc() function in Halide::Internal::LoweredFunc
350 LoweredFunc::LoweredFunc(const std::string &name, in LoweredFunc() function in Halide::Internal::LoweredFunc
/dports/misc/tvm/incubator-tvm-0.6.1/include/tvm/
H A Dlowered_func.h46 LoweredFunc() {} in LoweredFunc() function
47 explicit LoweredFunc(ObjectPtr<Object> n) : FunctionRef(n) {} in LoweredFunc() function
/dports/misc/py-tvm/incubator-tvm-0.6.1/include/tvm/
H A Dlowered_func.h46 LoweredFunc() {} in LoweredFunc() function
47 explicit LoweredFunc(ObjectPtr<Object> n) : FunctionRef(n) {} in LoweredFunc() function
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/
H A Dcontainer.py112 class LoweredFunc(NodeBase): class
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/
H A Dcontainer.py112 class LoweredFunc(NodeBase): class