Searched refs:get_metadata_name_map (Results 1 – 4 of 4) sorted by relevance
44 .def("get_metadata_name_map", &Module::get_metadata_name_map) in define_module()
195 std::map<std::string, std::string> get_metadata_name_map() const;
547 std::map<std::string, std::string> Module::get_metadata_name_map() const { in get_metadata_name_map() function in Halide::Module
664 … names.simple_name, f.args, input.get_metadata_name_map()); in compile()