Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dcharatan/flowmap
/ forward_undistorted
Method
forward_undistorted
flowmap/loss/mapping/mapping.py:46–50 ·
view source on GitHub ↗
( self, delta: Float[Tensor, "*batch 2"], )
Source
from the content-addressed store, hash-verified
44
45
@abstractmethod
46
def
forward_undistorted(
47
self,
48
delta: Float[Tensor,
"*batch 2"
],
49
) -> Float[Tensor,
" *batch"
]:
50
pass
Callers
1
forward
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected