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

Method fresult

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

Source from the content-addressed store, hash-verified

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
148void cpp_generator::always_return_tuple(bool b) { impl->always_return_tuple = b; }
149

Callers 2

generate_moduleMethod · 0.80
generate_pointwiseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected