Remove unnecessary code this->
This commit is contained in:
parent
0aea567ca5
commit
f85360f53b
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user