Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/drinkingcoder/FlowFormer-Official
/ to_identity
Method
to_identity
core/utils/flow_transforms.py:82–83 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
80
self.black = black
81
82
def
to_identity(self):
83
self.t[0] = 1; self.t[2] = 0; self.t[4] = 0; self.t[1] = 0; self.t[3] = 1; self.t[5] = 0;
84
85
def
left_multiply(self, u0, u1, u2, u3, u4, u5):
86
result = np.zeros(6)
Callers
1
__call__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected