Example #1
0
    def get():
        from h2o4gpu.libs.lib_utils import cpu_lib_path

        return _load_tsvd_lib(cpu_lib_path())
Example #2
0
    def get():
        from h2o4gpu.libs.lib_utils import cpu_lib_path

        return _load_kmeans_lib(cpu_lib_path())