Minor change: remove unused variable.
PiperOrigin-RevId: 239025367
This commit is contained in:
parent
3944c344e4
commit
129cdcebb2
@ -48,7 +48,6 @@ void XlaBinaryOp::Compile(XlaOpKernelContext* ctx) {
|
||||
rhs_shape.DebugString()));
|
||||
return;
|
||||
}
|
||||
TensorShape bcast_shape = BCast::ToShape(bcast.output_shape());
|
||||
|
||||
// Fetch the expressions containing the input tensors.
|
||||
auto lhs_handle = ctx->Input(0);
|
||||
|
Loading…
Reference in New Issue
Block a user