fix profiling capacity

pull/2091/head
yanghaitao 5 years ago
parent f1a004cfa2
commit 53cee6589e

@ -225,7 +225,7 @@ class DatasetOp : public std::enable_shared_from_this<DatasetOp> {
// @return connector size of current op // @return connector size of current op
int32_t ConnectorCapacity() const { int32_t ConnectorCapacity() const {
if (!inlined()) { if (!inlined()) {
return out_connector_->size(); return out_connector_->capacity();
} }
// Return -1 for inlined op // Return -1 for inlined op
return -1; return -1;

Loading…
Cancel
Save