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

Method exec

dnn/test/common/opr_proxy.h:638–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636 }
637
638 void exec(Opr* opr, const TensorNDArray& tensors) override {
639 megdnn_assert(tensors.size() == arity);
640 typename Opr::PreprocessedFilter preprocessed_filter{
641 nullptr, *m_preprocessed_tensors};
642 AlgoProxy<Opr, arity>::exec(
643 opr, tensors, &preprocessed_filter, Base::W.workspace());
644 }
645
646public:
647 std::shared_ptr<TensorNDArray> m_preprocessed_tensors;

Callers

nothing calls this directly

Calls 3

execFunction · 0.50
sizeMethod · 0.45
workspaceMethod · 0.45

Tested by

no test coverage detected