-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OpTestPy] fix expand/expand_v2, fc,flatten_contiguous_range, gather, generate_proposals_v2,greater_equal diff! #8339
Conversation
Thanks for your contribution! |
lite/kernels/host/gather_compute.cc
Outdated
@@ -175,4 +174,4 @@ REGISTER_LITE_KERNEL(gather, kHost, kFloat, kNCHW, GatherInt32Int64, int32int64) | |||
.BindInput("Axis", | |||
{LiteType::GetTensorTy(TARGET(kHost), PRECISION(kInt64))}) | |||
.BindOutput("Out", {LiteType::GetTensorTy(TARGET(kHost), PRECISION(kAny))}) | |||
.Finalize(); | |||
.Finalize(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
加空行
"The op output has diff. We need to fix it as soon as possible.") | ||
# self.add_ignore_check_case( | ||
# teller1, IgnoreReasons.ACCURACY_ERROR, | ||
# "The op output has diff. We need to fix it as soon as possible.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
删掉注释
@@ -66,6 +66,7 @@ def sample_program_configs(self, draw): | |||
stride = draw( | |||
st.sampled_from([[16.0, 16.0], [24.0, 24.0], [16.0, 24.0]])) | |||
pixel_offset = draw(st.booleans()) | |||
pixel_offset = True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pixel_offset应该true或者false都行?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… generate_proposals_v2,greater_equal diff! (PaddlePaddle#8339)
… generate_proposals_v2,greater_equal diff! (PaddlePaddle#8339) * test=document_fix
… generate_proposals_v2,greater_equal diff! (PaddlePaddle#8339) (PaddlePaddle#8394) * test=document_fix
… generate_proposals_v2,greater_equal diff! (PaddlePaddle#8339) (PaddlePaddle#8394) * test=document_fix
test [OpTestPy] fix expand/expand_v2, fc,flatten_contiguous_range, gather, generate_proposals_v2,greater_equal diff! (PaddlePaddle#8339) (PaddlePaddle#8394) * test=document_fix fix Android C++ demo compile Fail bug (PaddlePaddle#8245) * fix demo MakeFile Add a convert_to_ssa macro definition (PaddlePaddle#8869) rm convertToSSA API,test=huawei_ascend_npu test=nvidia_tensorrt test=verisilicon_timvx (PaddlePaddle#8988) Sync with offical 3af2ffb Sync with 3af2ffb
No description provided.