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

Function name

dnn/src/cuda/convolution3d/forward/algo.h:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 void exec(const ExecArgs& args) const override;
96
97 const char* name() const override { return "1x1x1"; }
98 AlgoAttribute attribute() const override {
99 return AlgoAttribute::REPRODUCIBLE | AlgoAttribute::ACCURACY_DEPEND_ON_BATCH;
100 }

Calls

no outgoing calls

Tested by

no test coverage detected