提交 5fa4ab6a 编写于 作者: Y Yao,kun

bugfix

上级 95f1764b
......@@ -19,7 +19,7 @@ namespace operators {
template <typename Dtype, typename T>
void DropoutOp<Dtype, T>::InferShape() const {
auto input_dims = thsi->param_.InputX()->dims();
auto input_dims = this->param_.InputX()->dims();
this->param_.Out()->Resize(input_dims);
}
template class DropoutOp<CPU, float>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册