Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVlabs/imaginaire
/ norm
Method
norm
imaginaire/third_party/flow_net/flow_net.py:88–89 ·
view source on GitHub ↗
(self, t)
Source
from the content-addressed store, hash-verified
86
return
flow1, conf
87
88
def
norm(self, t):
89
return
torch.sum(t * t, dim=1, keepdim=True)
Callers
15
compute_flow_and_conf
Method · 0.95
get_weight_stats
Function · 0.80
gradient_norm
Function · 0.80
get_mean_dists
Function · 0.80
get_mean_dists
Function · 0.80
rand_camera_pose_thridperson2
Function · 0.80
rand_camera_pose_thridperson3
Function · 0.80
rand_camera_pose_tour
Function · 0.80
rand_camera_pose_insideout
Function · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
Calls
1
sum
Method · 0.80
Tested by
no test coverage detected