delete empty lines

This commit is contained in:
peng 2020-06-17 11:24:34 +08:00
parent 2b9a7d5e40
commit 9bf28d6687

View File

@ -1667,7 +1667,6 @@ bool RequiresInferredShapes(const RemapperContext& ctx, int node_index) {
return false;
};
#ifdef INTEL_MKL
return is_batch_norm_candidate() || is_batch_norm_fusion_candidate() ||
IsConv2DWithAdd(ctx, node_index);
@ -1817,7 +1816,6 @@ Status Remapper::Optimize(Cluster* cluster, const GrapplerItem& item,
}
#endif // !INTEL_MKL
// Remap FusedBatchNorm+<SideInput>+<Activation> into the _FusedBatchNormEx.
FusedBatchNormEx fused_batch_norm_ex;
if (allow_non_differentiable_rewrites &&