↓ 3 callersMethodreduce(self, op: str, dim: Optional[Union[int, Tuple[int,...]]] = None, keepdim: bool = False)
pixal3d/modules/sparse/basic.py:267
↓ 3 callersFunctionsparse_scaled_dot_product_attention Apply scaled dot product attention to a sparse tensor. Args: qkv (VarLenTensor): A [N, *, 3, H, C] sparse tensor containing Qs, Ks,
pixal3d/modules/sparse/attention/full_attn.py:13
↓ 2 callersMethod__init__(self,
roots: str,
*,
resolution: int,
min_aesthetic_score: float = 5.0,
pixal3d/datasets/structured_latent_shape.py:185
↓ 2 callersFunctionproject_points_to_image_batch Project 3D points to 2D image coordinates (batch processing). Args: points_3d: torch.Tensor, shape [N, 3] or [B, N, 3], 3D point
pixal3d/trainers/flow_matching/mixins/image_conditioned_proj.py:27
↓ 1 callersMethod__init__(self, in_channels, out_channels, kernel_size, stride=1, dilation=1, padding=None, bias=True, indice_key=None)
pixal3d/modules/sparse/conv/conv.py:12