dmlc--dgl
8a83027274
* merge * format * rename * sort * sort * update * update * update * Update tests/utils/checks.py Co-authored-by: Mufei Li <mufeili1996@gmail.com> --------- Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal> Co-authored-by: Mufei Li <mufeili1996@gmail.com>
8 行
168 B
Python
8 行
168 B
Python
import backend as F
|
|
import pytest
|
|
|
|
parametrize_idtype = pytest.mark.parametrize("idtype", [F.int32, F.int64])
|
|
|
|
from .checks import *
|
|
from .graph_cases import get_cases
|