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

Method to_string

dnn/src/cambricon/convolution/forward/algo.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 workspace{workspace} {}
95
96std::string ConvolutionForwardImpl::AlgoBase::SizeArgs::to_string() const {
97 return ssprintf(
98 "src=%s, filter=%s, dst=%s", layout_src->to_string().c_str(),
99 layout_filter->to_string().c_str(), layout_dst->to_string().c_str());
100}
101
102bool ConvolutionForwardImpl::AlgoDefault::is_available(const SizeArgs& args) const {
103 if (args.opr->param().format != param::Convolution::Format::NHWC) {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected