Skip to content

Commit

Permalink
correct some namespace errors in c_api_internal.h
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostML committed Sep 29, 2019
1 parent c4951c5 commit 15b8985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paddle/fluid/inference/capi/c_api_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ paddle::PaddleDType ConvertToPaddleDType(PD_DataType dtype);

paddle::PaddlePlace ConvertToPlace(PD_Place dtype);

PD_DataType ConvertToPDDataType(paddle::PD_PaddleDType dtype);
PD_DataType ConvertToPDDataType(PD_PaddleDType dtype);

PD_ACPrecision ConvertToACPrecision(paddle::Precision dtype);
PD_ACPrecision ConvertToACPrecision(Precision dtype);
}

0 comments on commit 15b8985

Please sign in to comment.