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

Route softplus

imperative/python/test/unit/functional/test_elemwise.py:None–None  ·  view source on GitHub ↗
subgraph_fn(
        "Softplus",
        dtype=dtype,
        device=device,
        nr_inputs=1,
        jit_fusion=False,
        custom_grad=True,
    )

Source from the content-addressed store, hash-verified

1# -*- coding: utf-8 -*-
2import math
3
4import numpy as np

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected