项目文件夹

文件
2026-07-13 13:35:51 +08:00

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