MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / to_string

Method to_string

dnn/src/common/conv_bias.cpp:181–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179struct NCHW88ParamTrait;
180
181std::string ConvBias::WinogradParam::to_string() const {
182 return ssprintf(
183 "%u:%u:%u:%u", channel_block_size, output_block_size, tile_size,
184 filter_size);
185}
186
187template <typename T>
188std::string ConvBias::algo_name(

Callers 2

do_check_exec_commonFunction · 0.45
algo_nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected