subgraph_fn(
"Softplus",
dtype=dtype,
device=device,
nr_inputs=1,
jit_fusion=False,
custom_grad=True,
)
| 1 | # -*- coding: utf-8 -*- |
| 2 | import math |
| 3 | |
| 4 | import numpy as np |
nothing calls this directly
no outgoing calls
no test coverage detected