Uses of Interface
org.nd4j.linalg.api.blas.Level2
-
Packages that use Level2 Package Description org.nd4j.linalg.api.blas.impl org.nd4j.linalg.factory -
-
Uses of Level2 in org.nd4j.linalg.api.blas.impl
Classes in org.nd4j.linalg.api.blas.impl that implement Level2 Modifier and Type Class Description classBaseLevel2 -
Uses of Level2 in org.nd4j.linalg.factory
Fields in org.nd4j.linalg.factory declared as Level2 Modifier and Type Field Description protected Level2BaseNDArrayFactory. level2Methods in org.nd4j.linalg.factory that return Level2 Modifier and Type Method Description Level2BaseBlasWrapper. level2()Level2BaseNDArrayFactory. level2()Level2BlasWrapper. level2()Return the level 2 functions for this blas implLevel2NDArrayFactory. level2()Return the level 2 blas operations
-