import jacobian

This commit is contained in:
Mike J Innes 2017-12-13 17:29:32 +00:00
parent 9c7c9d2342
commit 23096824d5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
using Flux: throttle, initn, glorot_uniform, glorot_normal
using Flux: throttle, initn, glorot_uniform, glorot_normal, jacobian
@testset "Throttle" begin
@testset "default behaviour" begin