MCPcopy Create free account
hub / github.com/apple/ml-sharp / ActivationPair

Class ActivationPair

src/sharp/utils/math.py:25–29  ·  view source on GitHub ↗

A pair of forward and inverse activation functions.

Source from the content-addressed store, hash-verified

23
24
25class ActivationPair(NamedTuple):
26 """A pair of forward and inverse activation functions."""
27
28 forward: ActivationFunction
29 inverse: ActivationFunction
30
31
32def create_activation_pair(activation_type: ActivationType) -> ActivationPair:

Callers 1

create_activation_pairFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected