Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
walkalone20 committed May 30, 2024
1 parent e695316 commit d1663c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions paddle/fluid/framework/program_converter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,7 @@ void ConvertProgram(ProgramDesc* program) {
}
}
} // namespace paddle::framework::no_scalar
namespace paddle::framework {

} // namespace paddle::framework
namespace paddle::framework::scalar {
void ConvertSetValueOp(OpDesc* op) {
std::vector<paddle::experimental::Scalar> values;
Expand Down
2 changes: 0 additions & 2 deletions paddle/fluid/memory/allocation/naive_best_fit_allocator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,7 @@ size_t Usage::operator()(const platform::CUDAPinnedPlace &cuda_pinned) const {
#endif
}
} // namespace paddle::memory::legacy
namespace paddle::memory {

} // namespace paddle::memory
namespace paddle::memory::allocation {

phi::Allocation *NaiveBestFitAllocator::AllocateImpl(size_t size) {
Expand Down

0 comments on commit d1663c9

Please sign in to comment.