fix build computation_op_handle

testDrivenImageClassification
qiaolongfei 7 years ago
parent 07d94bdd82
commit 3c2a6109ec

@ -36,7 +36,7 @@ struct ComputationOpHandle : public OpHandleBase {
protected:
void RunImpl() override;
virtual bool NeedWait(VarHandleBase *in_var);
bool NeedWait(VarHandleBase *in_var) override;
private:
std::unique_ptr<OperatorBase> op_;

Loading…
Cancel
Save