We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8095147 commit b8ab380Copy full SHA for b8ab380
blocksparse/__init__.py
@@ -0,0 +1,6 @@
1
+
2
+import os.path
3
+from tensorflow.python.platform.resource_loader import get_data_files_path
4
+from tensorflow.python.framework.load_library import load_op_library
5
6
+bs_module = load_op_library(os.path.join(get_data_files_path(), 'blocksparse_ops.so'))
0 commit comments