↓ 9 callersMethod__init__(self, *, device: torch.device, dtype: torch.dtype, width: int, init_scale: float)
shap_e/models/generation/transformer.py:48
↓ 7 callersFunctionindex_points Input: points: input points data, [B, N, C] idx: sample index data, [B, S] Return: new_points:, indexed points data,
shap_e/models/nn/pointnet2_utils.py:73
↓ 4 callersMethod__init__(
self,
*,
device: torch.device,
dtype: torch.dtype,
n_ctx: int,
shap_e/models/generation/perceiver.py:121
↓ 4 callersMethod__init__(self, *, device: torch.device, param_shapes: Dict[str, Tuple[int]], d_latent: int)
shap_e/models/transmitter/params_proj.py:22
↓ 2 callersMethod__init__(self, npoint, radius, nsample, in_channel, mlp, group_all)
shap_e/models/nn/pointnet2_utils.py:213
↓ 2 callersMethoddense_pose_cameras_to_tensor Returns a tuple of (rays, z_directions) where - rays: [batch, num_views, height, width, 2, 3] tensor of camera information.
shap_e/models/transmitter/channels_encoder.py:855
↓ 2 callersFunctionfarthest_point_sample Input: xyz: pointcloud data, [B, N, 3] npoint: number of samples Return: centroids: sampled pointcloud index, [B, npo
shap_e/models/nn/pointnet2_utils.py:95