Remove unnecessary code this->

This commit is contained in:
qqq.jq 2020-11-10 12:53:26 +08:00 committed by GitHub
parent 0aea567ca5
commit f85360f53b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,8 +268,7 @@ class SegmentReductionGPUOp : public AsyncOpKernel {
sizeof(Index))
.ok(),
errors::Internal(
this->type_string() + ": failed to copy output_rows from device"),
done);
type_string() + ": failed to copy output_rows from device"), done);
SegmentReductionFunctor functor_;
auto create_and_check_output = [context, output_rows_host, &input,