MCPcopy
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_confMethod · 0.95
get_weight_statsFunction · 0.80
gradient_normFunction · 0.80
get_mean_distsFunction · 0.80
get_mean_distsFunction · 0.80
rand_camera_pose_tourFunction · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80

Calls 1

sumMethod · 0.80

Tested by

no test coverage detected