fix: test and reduce more copy times

This commit is contained in:
TinyOh 2019-03-02 15:28:23 +08:00
parent e3de24dca1
commit 1bc0e47cd1

View File

@ -44,6 +44,9 @@ class DisparityProcessor : public Processor {
inline Processor::process_type ProcessOutputConnection() override {
return Processor::WITHOUT_CLONE;
}
inline Processor::process_type ProcessInputConnection() override {
return Processor::WITHOUT_CLONE;
}
Object *OnCreateOutput() override;
bool OnProcess(
Object *const in, Object *const out,