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

Function is_naive

dnn/src/fallback/convolution/algos.h:167–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 ncb_kern_t dispatch_kern(
166 ConvolutionBackwardDataImpl*, const NCBKernSizeParam&) const override;
167 bool is_naive() const override { return true; }
168 AlgoAttribute attribute() const override {
169 return AlgoAttribute::REPRODUCIBLE | AlgoAttribute::NAIVE;
170 }

Callers 1

opr_impl.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected