delete empty lines
This commit is contained in:
parent
9bf28d6687
commit
dd417ca447
@ -1783,7 +1783,6 @@ Status Remapper::Optimize(Cluster* cluster, const GrapplerItem& item,
|
|||||||
// Remove this once TF-MKL supports _FusedConv2D with these operations.
|
// Remove this once TF-MKL supports _FusedConv2D with these operations.
|
||||||
#ifndef INTEL_MKL
|
#ifndef INTEL_MKL
|
||||||
// Remap Conv2D+Squeeze+BiasAdd into the _FusedConv2D+Squeeze.
|
// Remap Conv2D+Squeeze+BiasAdd into the _FusedConv2D+Squeeze.
|
||||||
|
|
||||||
ContractionWithSqueezeAndBiasAdd contract_with_squeeze_and_bias;
|
ContractionWithSqueezeAndBiasAdd contract_with_squeeze_and_bias;
|
||||||
if (allow_non_differentiable_rewrites &&
|
if (allow_non_differentiable_rewrites &&
|
||||||
FindConv2DWithSqueezeAndBias(ctx, i, &contract_with_squeeze_and_bias)) {
|
FindConv2DWithSqueezeAndBias(ctx, i, &contract_with_squeeze_and_bias)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user