Uses of Class
org.nd4j.linalg.api.blas.Blas.Vendor
-
Packages that use Blas.Vendor Package Description org.nd4j.linalg.api.blas -
-
Uses of Blas.Vendor in org.nd4j.linalg.api.blas
Methods in org.nd4j.linalg.api.blas that return Blas.Vendor Modifier and Type Method Description Blas.VendorBlas. getBlasVendor()Returns the BLAS library vendorstatic Blas.VendorBlas.Vendor. valueOf(String name)Returns the enum constant of this type with the specified name.static Blas.Vendor[]Blas.Vendor. values()Returns an array containing the constants of this enum type, in the order they are declared.
-