Made sure that both queue shapes and types are updated in one single pass instead of two.
Change: 154960772
This commit is contained in:
parent
562136cf7f
commit
27aaf4a653
@ -84,7 +84,7 @@ Status GraphProperties::InferStatically() {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (qctx->set_output_handle_dtype(0, queue_type) ||
|
||||
if (qctx->set_output_handle_dtype(0, queue_type) |
|
||||
qctx->MergeOutputHandleShape(0, queue_shp)) {
|
||||
new_shapes.push(qnode);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user