dmlc--dgl
1425150459
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
8 行
168 B
Python
8 行
168 B
Python
import pytest
|
|
import backend as F
|
|
|
|
parametrize_idtype = pytest.mark.parametrize("idtype", [F.int32, F.int64])
|
|
|
|
from .checks import *
|
|
from .graph_cases import get_cases
|