Skip to content

Commit af4c611

Browse files
committed
add test rrule transpose
1 parent 3f01be8 commit af4c611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/autodiff/ad.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ for V in spacelist
293293
C = randn(T, domain(A), codomain(A))
294294
test_rrule(*, A, C)
295295

296+
test_rrule(transpose, A, ((2, 5, 4), (1, 3)))
296297
symmetricbraiding && test_rrule(permute, A, ((1, 3, 2), (5, 4)))
297298
test_rrule(twist, A, 1)
298299
test_rrule(twist, A, [1, 3])

0 commit comments

Comments
 (0)