↓ 1 callersFunctionmulti_head_split_window_attention Multi-head scaled dot-product attention Args: q: [N, L, D] k: [N, S, D] v: [N, S, D] Returns: out: (N, L, D)
src/model/encoder/multiview_transformer.py:233
↓ 1 callersFunctionprepare_feat_proj_data_lists(
features, intrinsics, extrinsics, near, far, num_samples
)
src/model/encoder/costvolume/depth_predictor_multiview.py:91
↓ 1 callersFunctionrender_cuda_orthographic(
extrinsics: Float[Tensor, "batch 4 4"],
width: Float[Tensor, " batch"],
height: Float[Tensor, "
src/model/decoder/cuda_splatting.py:130
↓ 1 callersMethodrun_camera(self, cls_tokens, features, pos_embed, original_shapes, rays_gt)
src/model/unidepth/unidepthv2/decoder.py:381
↓ 1 callersFunctionwarp_with_pose_depth_candidates feature1: [B, C, H, W] intrinsics: [B, 3, 3] pose: [B, 4, 4] depth: [B, D, H, W]
src/model/encoder/costvolume/depth_predictor_multiview.py:28