Package org.nd4j.linalg.api.blas
Interface Blas
-
public interface Blas
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Blas.Vendor
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Blas.Vendor
getBlasVendor()
Returns the BLAS library vendorint
getBlasVendorId()
Returns the BLAS library vendor id 0 - UNKNOWN, 1 - CUBLAS, 2 - OPENBLAS, 3 - MKLint
getMaxThreads()
void
setMaxThreads(int num)
-
-
-
Method Detail
-
setMaxThreads
void setMaxThreads(int num)
-
getMaxThreads
int getMaxThreads()
-
getBlasVendorId
int getBlasVendorId()
Returns the BLAS library vendor id 0 - UNKNOWN, 1 - CUBLAS, 2 - OPENBLAS, 3 - MKL- Returns:
- the BLAS library vendor id
-
getBlasVendor
Blas.Vendor getBlasVendor()
Returns the BLAS library vendor- Returns:
- the BLAS library vendor
-
-