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

Method get_all_algorithms_safe

dnn/src/fallback/convolution/opr_impl.cpp:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185std::vector<ConvolutionImpl::Algorithm*> ConvolutionImpl::get_all_algorithms_safe(
186 const TensorLayout& src, const TensorLayout& filter, const TensorLayout& dst) {
187 auto ret_safe = ConvolutionImpl::get_all_algorithms(src, filter, dst);
188 return ret_safe;
189}
190
191ConvolutionImpl::Algorithm* ConvolutionImpl::get_algorithm_heuristic(
192 const TensorLayout& src, const TensorLayout& filter, const TensorLayout& dst,

Callers

nothing calls this directly

Calls 1

get_all_algorithmsFunction · 0.85

Tested by

no test coverage detected