delete empty lines
This commit is contained in:
parent
2b9a7d5e40
commit
9bf28d6687
@ -1667,7 +1667,6 @@ bool RequiresInferredShapes(const RemapperContext& ctx, int node_index) {
|
|||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#ifdef INTEL_MKL
|
#ifdef INTEL_MKL
|
||||||
return is_batch_norm_candidate() || is_batch_norm_fusion_candidate() ||
|
return is_batch_norm_candidate() || is_batch_norm_fusion_candidate() ||
|
||||||
IsConv2DWithAdd(ctx, node_index);
|
IsConv2DWithAdd(ctx, node_index);
|
||||||
@ -1817,7 +1816,6 @@ Status Remapper::Optimize(Cluster* cluster, const GrapplerItem& item,
|
|||||||
}
|
}
|
||||||
#endif // !INTEL_MKL
|
#endif // !INTEL_MKL
|
||||||
|
|
||||||
|
|
||||||
// Remap FusedBatchNorm+<SideInput>+<Activation> into the _FusedBatchNormEx.
|
// Remap FusedBatchNorm+<SideInput>+<Activation> into the _FusedBatchNormEx.
|
||||||
FusedBatchNormEx fused_batch_norm_ex;
|
FusedBatchNormEx fused_batch_norm_ex;
|
||||||
if (allow_non_differentiable_rewrites &&
|
if (allow_non_differentiable_rewrites &&
|
||||||
|
Loading…
Reference in New Issue
Block a user