test=develop
for_weibo
Xin Pan 7 years ago
parent 4dd61e7260
commit 8c19f0bfe3

@ -625,8 +625,7 @@ class RuntimeInferShapeContext : public InferShapeContext {
Variable* out_var = out_it->second[j];
PADDLE_ENFORCE(in_var->Type() == out_var->Type(),
"The type of %s and %s is not the same.", in_var->Type(),
out_var->Type());
"The type of %s and %s is not the same.", in, out);
if (in_var->IsType<framework::SelectedRows>()) {
auto& in_sele_rows = in_var->Get<framework::SelectedRows>();

Loading…
Cancel
Save