dragnn_ops.py 198 Bytes
Newer Older
Ivan Bogatyy's avatar
Ivan Bogatyy committed
1
2
3
4
5
6
7
8
9
"""Groups the DRAGNN TensorFlow ops in one module."""


try:
  from dragnn.core.ops.gen_dragnn_bulk_ops import *
  from dragnn.core.ops.gen_dragnn_ops import *
except ImportError as e:
    raise e