Bbaishanyanginit project
5f1c8c3b创建于 4 天前历史提交
{
    "operator": "Swish",
    "description": "Swish/SiLU 激活函数,替换为 Sigmoid + Mul",
    "replacement": {
        "type": "composite",
        "formula": "x * sigmoid(x)",
        "ops": ["Sigmoid", "Mul"]
    },
    "onnx_script": "replace_swish_equivalent(input_path, output_path)",
    "test_input": {
        "shape": [1, 64, 112, 112]
    }
}