Uses of Interface
org.nd4j.linalg.factory.BlasWrapper
-
Packages that use BlasWrapper Package Description org.nd4j.linalg.factory -
-
Uses of BlasWrapper in org.nd4j.linalg.factory
Classes in org.nd4j.linalg.factory that implement BlasWrapper Modifier and Type Class Description classBaseBlasWrapperBase implementation of a blas wrapper that delegates things to the underlying level.Methods in org.nd4j.linalg.factory that return BlasWrapper Modifier and Type Method Description static BlasWrapperNd4j. getBlasWrapper()Retrieve the BLAS wrapper.
-