Skip to content

Commit

Permalink
add matrix_rank shape
Browse files Browse the repository at this point in the history
  • Loading branch information
Zjq9409 committed Mar 30, 2022
1 parent b44ee6e commit 8618de1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions paddle/phi/infermeta/unary.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2551,7 +2551,6 @@ void WhereIndexInferMeta(const MetaTensor& condition, MetaTensor* out) {
}

namespace detail {

static DDim CheckAndGetOutputDim(const DDim& dim_x) {
auto x_vec = phi::vectorize(dim_x);
if (x_vec.size() == 2) {
Expand All @@ -2560,7 +2559,6 @@ static DDim CheckAndGetOutputDim(const DDim& dim_x) {
x_vec.erase(x_vec.end() - 2, x_vec.end());
return phi::make_ddim(x_vec);
}

} // namespace detail

void MatrixRankInferMeta(const MetaTensor& x,
Expand Down

6 comments on commit 8618de1

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on 8618de1 Apr 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #41466 Commit ID: 8618de1 contains failed CI.

🔹 Failed: PR-CI-ScienceTest

Unknown Failed
Unknown Failed

🔹 Failed: PR-CI-OP-benchmark

Unknown Failed
Unknown Failed

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #41466 Commit ID: 8618de1 contains failed CI.

🔹 Failed: PR-CI-ScienceTest

Unknown Failed
Unknown Failed

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #41466 Commit ID: 8618de1 contains failed CI.

🔹 Failed: PR-CI-Model-benchmark

Unknown Failed
Unknown Failed

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #41466 Commit ID: 8618de1 contains failed CI.

🔹 Failed: PR-CI-Build

Unknown Failed
Unknown Failed

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #41466 Commit ID: 8618de1 contains failed CI.

🔹 Failed: PR-CI-OP-benchmark

Unknown Failed
Unknown Failed

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #41466 Commit ID: 8618de1 contains failed CI.

🔹 Failed: PR-CE-Framework

Unknown Failed
Unknown Failed

Please sign in to comment.