Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689104856
Change-Id: Ib7719d207015bcbec35ae1dcb8e4e726682eccfd
  • Loading branch information
Akshaya Purohit authored and copybara-github committed Oct 23, 2024
1 parent b137743 commit 5013b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qseparable_conv2d_transpose_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_qseparable_conv2d_transpose():

# Input is (1, 4, 4, 3), with 3 output channels. For i-th channel,
# with shape (1, 4, 4, 1), it will convolve with the depthwise kernel at
# i-th channel. Depthwise outputs are (1, 4, 4, 3). DW output is then
# i-th channel. Depthwise outputs are (1, 8, 8, 3). DW output is then
# mapped from input channel(3) to output channel (2) by pointwise conv.
# Pointwise conv output is (1, 8, 8, 2).

Expand Down

0 comments on commit 5013b29

Please sign in to comment.