MCPcopy Create free account
hub / github.com/RenderKit/oidn / inverse

Method inverse

training/color.py:111–112  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

109 return pu_forward(y) * PU_NORM_SCALE
110
111 def inverse(self, x):
112 return pu_inverse(x / PU_NORM_SCALE)
113
114## -----------------------------------------------------------------------------
115## Transfer function: Log

Callers 1

__call__Method · 0.45

Calls 1

pu_inverseFunction · 0.85

Tested by

no test coverage detected