MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / test_conv_bias

Route test_conv_bias

imperative/python/test/unit/quantization/test_op.py:None–None  ·  view source on GitHub ↗
pytest.mark.skipif(
    get_device_count("gpu") > 0, reason="cuda does not support nchw int8"
)

Source from the content-addressed store, hash-verified

1import numpy as np
2import pytest
3
4import megengine as mge

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected