提交 4f30b78e 编写于 作者: N Niu Chong 提交者: Li Xinqi

Fix: Set StateLess() to false for assign_kernel (#2546)

上级 c117d4ed
......@@ -10,6 +10,7 @@ class AssignKernel final : public KernelIf<device_type> {
~AssignKernel() override = default;
private:
bool IsStateless() const override { return false; }
void ForwardDataContent(const KernelCtx&,
std::function<Blob*(const std::string&)>) const override;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册