Minor change: remove unused variable.

PiperOrigin-RevId: 239025367
This commit is contained in:
Anudhyan Boral 2019-03-18 11:25:18 -07:00 committed by TensorFlower Gardener
parent 3944c344e4
commit 129cdcebb2

View File

@ -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);