dmlc--dgl
444becf00a
* some file movements * move some codes to deprecated * more deprecation * lint * remove useless test
5 行
87 B
Python
5 行
87 B
Python
"""Module for ir registry."""
|
|
from __future__ import absolute_import
|
|
|
|
IR_REGISTRY = {}
|