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 class
BaseLevel2
-
Uses of Level2 in org.nd4j.linalg.factory
Fields in org.nd4j.linalg.factory declared as Level2 Modifier and Type Field Description protected Level2
BaseNDArrayFactory. level2
Methods in org.nd4j.linalg.factory that return Level2 Modifier and Type Method Description Level2
BaseBlasWrapper. level2()
Level2
BaseNDArrayFactory. level2()
Level2
BlasWrapper. level2()
Return the level 2 functions for this blas implLevel2
NDArrayFactory. level2()
Return the level 2 blas operations
-