Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ func
Function
func
ot/utils.py:736–737 ·
view source on GitHub ↗
(i, j, Q, R)
Source
from the content-addressed store, hash-verified
734
if
d is None:
735
736
def
func(i, j, Q, R):
737
return
nx.dot(Q[i], R[j].T)
738
739
T = LazyTensor(shape, func, Q=Q, R=R)
740
Callers
1
reduce_lazytensor
Function · 0.70
Calls
1
dot
Method · 0.45
Tested by
no test coverage detected