MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / fmap

Method fmap

src/cpp_generator.cpp:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142cpp_generator::~cpp_generator() noexcept = default;
143
144void cpp_generator::fmap(const std::function<std::string(std::string)>& f) { impl->fmap = f; }
145
146void cpp_generator::fresult(const std::function<std::string(shape)>& f) { impl->fresult = f; }
147

Callers 3

compile_moduleFunction · 0.80
generate_point_opMethod · 0.80
generate_pointwiseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected