20 #include <unordered_set>
35 const std::vector<const DLTensor*>& inputsDLT);
44 const std::vector<const DLTensor*>& inputsDLT);
std::map< std::string, int > computeParamValueMap(const tc2halide::HalideComponents &components, const std::vector< const DLTensor * > &inputsDLT)
Definition: tc2halide.h:29
std::vector< dlutils::DLTensorUPtr > inferOutputTensorInfo(const tc2halide::HalideComponents &halide, const std::vector< const DLTensor * > &inputsDLT)
std::string halideCodegenC(const Halide::Internal::Stmt &s)
Just generates a C function body from a Halide stmt. Exposed for testing.