提交 33374544 编写于 作者: K Kavya Srinet

Fixed fill_constant_batch_size_like_op.cc

上级 ff5804bc
...@@ -65,7 +65,7 @@ class FillConstantBatchSizeLikeOpMaker ...@@ -65,7 +65,7 @@ class FillConstantBatchSizeLikeOpMaker
AddAttr<int>("dtype", AddAttr<int>("dtype",
"(int, default 5 (FP32)) " "(int, default 5 (FP32)) "
"Output data type") "Output data type")
.SetDefault(framework::proto::VarType::Type::FP32); .SetDefault(framework::proto::VarType::FP32);
AddInput("Input", AddInput("Input",
"(Tensor) Tensor " "(Tensor) Tensor "
"whose dim_idx th dimension is used to specify the batch_size"); "whose dim_idx th dimension is used to specify the batch_size");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册