fix: test and reduce more copy times
This commit is contained in:
parent
e3de24dca1
commit
1bc0e47cd1
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user