Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 4b4a180

Browse files
Niki ParmarCopybara-Service
authored andcommitted
Bug fix in conv2d due to merging
PiperOrigin-RevId: 218402537
1 parent 6d9b408 commit 4b4a180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesh_tensorflow/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4090,4 +4090,4 @@ def conv2d_with_blocks(
40904090
else:
40914091
conv_input = pad(
40924092
conv_input, [halo_size, halo_size], block_size_dim.name)
4093-
return conv2d(conv_input, conv_filter, strides, "VALID", name)
4093+
return conv2d(conv_input, conv_filter, strides, "VALID", name)

0 commit comments

Comments
 (0)