提交 81111165 编写于 作者: L lixinqi

IsStateless defaulted false

上级 9b03ed3a
......@@ -62,7 +62,7 @@ class Kernel {
std::function<Blob*(const std::string&)> BnInOp2Blob) const {
UNIMPLEMENTED();
}
virtual bool IsStateless() const { return IsKernelLaunchSynchronized(); }
virtual bool IsStateless() const { return false; }
virtual const PbMessage& GetCustomizedOpConf() const { UNIMPLEMENTED(); }
virtual const PbMessage& GetCustomizedKernelConf() const { UNIMPLEMENTED(); }
void CheckSameDim0ValidNum(const PbRpf<std::string>& bns,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册