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.
2 parents bcc7bff + c324cde commit efc2ac9Copy full SHA for efc2ac9
paddle/fluid/operators/detection/roi_perspective_transform_op.cc
@@ -23,8 +23,6 @@ namespace operators {
23
using Tensor = framework::Tensor;
24
using LoDTensor = framework::LoDTensor;
25
26
-static constexpr int kROISize = 4;
27
-
28
template <typename T>
29
bool GT_E(T a, T b) {
30
return (a > b) || fabs(a - b) < 1e-4;
0 commit comments