Uses of Interface
org.nd4j.autodiff.samediff.ArgumentInterceptor
-
Packages that use ArgumentInterceptor Package Description org.nd4j.autodiff.samediff -
-
Uses of ArgumentInterceptor in org.nd4j.autodiff.samediff
Methods in org.nd4j.autodiff.samediff with parameters of type ArgumentInterceptor Modifier and Type Method Description voidSameDiff. addArgumentInterceptor(@NonNull ArgumentInterceptor interceptor)Add a new argument interceptor to the interceptor stackvoidSameDiff. pauseArgumentInterceptor(@NonNull ArgumentInterceptor interceptor)Pause the given argument interceptorvoidSameDiff. unpauseArgumentInterceptor(@NonNull ArgumentInterceptor interceptor)Unpause the top given argument interceptor
-