Skip to content

Commit b8a203d

Browse files
committed
Export check_compat
1 parent a37010b commit b8a203d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ExplainableAI.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export ZeroRule, EpsilonRule, GammaRule, WSquareRule, FlatRule, PassRule
5050
export ZBoxRule, ZPlusRule, AlphaBetaRule
5151
export modify_input, modify_denominator
5252
export modify_param!, modify_layer!
53-
export check_model
53+
export check_compat
5454

5555
# LRP composites
5656
export Composite, AbstractCompositePrimitive
@@ -67,6 +67,6 @@ export ConvLayer, PoolingLayer, DropoutLayer, ReshapingLayer
6767
export heatmap
6868

6969
# utils
70-
export strip_softmax, flatten_model, flatten_chain, canonize
70+
export strip_softmax, flatten_model, check_model, flatten_chain, canonize
7171
export preprocess_imagenet
7272
end # module

0 commit comments

Comments
 (0)