[shape inference] Fix dim type for Cast

Summary: ATT

Test Plan: unit test

Reviewed By: yinghai

Differential Revision: D27904584

fbshipit-source-id: b62d2eb5da0be79091c82e6300dd0c075a0bf2fe
This commit is contained in:
Chunli Fu
2021-04-21 03:20:40 -07:00
committed by Facebook GitHub Bot
parent 4575028f6c
commit 7929bc76a0

View File

@ -960,7 +960,7 @@ void BoundShapeInferencer::InferTranspose(const OperatorDef& op) {
auto it = shape_info_.find(op.input(0));
if (it == shape_info_.end()) {
LOG(WARNING) << "Didn't find shape info for the input of Softmax";
LOG(WARNING) << "Didn't find shape info for the input of Transpose";
return;
}