MCPcopy Index your code
hub / github.com/pytorch/examples / invert.py

File invert.py

fx/invert.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import torch
2import torch.fx as fx
3
4# An inverse mapping is one that takes a function f(x) and returns a function g

Callers

nothing calls this directly

Calls 3

add_inverseFunction · 0.85
invertFunction · 0.85
fFunction · 0.70

Tested by

no test coverage detected