Uses of Interface
org.nd4j.linalg.api.blas.Level3
-
Packages that use Level3 Package Description org.nd4j.linalg.api.blas.impl org.nd4j.linalg.factory -
-
Uses of Level3 in org.nd4j.linalg.api.blas.impl
Classes in org.nd4j.linalg.api.blas.impl that implement Level3 Modifier and Type Class Description classBaseLevel3 -
Uses of Level3 in org.nd4j.linalg.factory
Fields in org.nd4j.linalg.factory declared as Level3 Modifier and Type Field Description protected Level3BaseNDArrayFactory. level3Methods in org.nd4j.linalg.factory that return Level3 Modifier and Type Method Description Level3BaseBlasWrapper. level3()Level3BaseNDArrayFactory. level3()Level3BlasWrapper. level3()Return the level 3 functions for this blas implLevel3NDArrayFactory. level3()Return the level 3 blas operations
-