We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d3b06 commit 590b4dbCopy full SHA for 590b4db
paddle/phi/infermeta/unary.cc
@@ -436,6 +436,8 @@ void EinsumInferMeta(const std::vector<const MetaTensor*>& inputs,
436
<< paddle::string::join_strings(output_dims, ",");
437
VLOG(3) << "Label Type is : " << label_to_string(all_labels, labeltype);
438
VLOG(3) << "Label Shape is : " << label_to_string(all_labels, labelshape);
439
+ out->set_dims(make_ddim(output_dims));
440
+ out->set_dtype(inputs[0]->dtype());
441
}
442
443
void ExpandInferMeta(const MetaTensor& x,
0 commit comments