Skip to content

Commit b8ab380

Browse files
committed
added missing __init__.py file
1 parent 8095147 commit b8ab380

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

blocksparse/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)