↓ 9 callersFunctionmax_pool_2d(x: np.ndarray, kernel_size: Union[int, Tuple[int, int]], stride: Union[int, Tuple[int, int]], padding: Union[
eval_code/recons/models/moge/utils3d/numpy/utils.py:97
↓ 8 callersFunctionimage_uv Get image space UV grid, ranging in [0, 1]. >>> image_uv(10, 10): [[[0.05, 0.05], [0.15, 0.05], ..., [0.95, 0.05]], [[0.05, 0.15],
eval_code/recons/models/moge/utils3d/torch/utils.py:56
↓ 6 callersMethod__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, drop=0.)
modeling/pi3/models/segformer/backbone.py:23
↓ 6 callersFunctionrepeat_kv This is the equivalent of torch.repeat_interleave(x, dim=1, repeats=n_rep). The hidden states go from (batch, num_key_value_heads, seqlen, he
modeling/qwen2vl/modeling_qwen2_vl.py:525
↓ 5 callersFunctionget_rays Args: extrinsics: (..., 4, 4) extrinsics matrices. intrinsics: (..., 3, 3) intrinsics matrices. uv: (..., n_rays, 2) uv c
eval_code/recons/models/moge/utils3d/torch/nerf.py:27
↓ 4 callersFunctionrepeat_kv This is the equivalent of torch.repeat_interleave(x, dim=1, repeats=n_rep). The hidden states go from (batch, num_key_value_heads, seqlen, he
modeling/qwen2/modeling_qwen2.py:207