Skip to content

Commit 7929bc7

Browse files
ChunliFfacebook-github-bot
authored andcommitted
[shape inference] Fix dim type for Cast
Summary: ATT Test Plan: unit test Reviewed By: yinghai Differential Revision: D27904584 fbshipit-source-id: b62d2eb5da0be79091c82e6300dd0c075a0bf2fe
1 parent 4575028 commit 7929bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caffe2/opt/bound_shape_inferencer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ void BoundShapeInferencer::InferTranspose(const OperatorDef& op) {
960960

961961
auto it = shape_info_.find(op.input(0));
962962
if (it == shape_info_.end()) {
963-
LOG(WARNING) << "Didn't find shape info for the input of Softmax";
963+
LOG(WARNING) << "Didn't find shape info for the input of Transpose";
964964
return;
965965
}
966966

0 commit comments

Comments
 (0)