↓ 2 callersFunctionget_cross_product_matrix Given a (*, 3) vector v, return a (*, 3, 3) cross_product matrix [v]_x, such that for all (3,) vector u, we have v * u = [v]_x * u. Vx =
plib/rigid_motion.py:313
↓ 2 callersFunctionupfirdn2d_nativer"""Pad, upsample, FIR filter, and downsample a batch of 2D images. Accepts a batch of 2D images of the shape `[majorDim, minorDim(inC), inH, inW
tests/cdslib/nn/modules/test_upfirdn.py:11
↓ 1 callersMethod_test(
self,
points: torch.Tensor, # (b, n, 3)
ray_origins: torch.Tensor, # (
tests/pointersect/pr/test_naive.py:56
↓ 1 callersMethod_test(
self,
points: torch.Tensor, # (b, n, 3)
ray_origins: torch.Tensor, # (
tests/pointersect/pr/cpp/test_cpp.py:265
↓ 1 callersMethod_test(
self,
points: torch.Tensor, # (b, n, 3)
ray_origins: torch.Tensor, # (
tests/pointersect/pr/cuda/test_cuda.py:465