↓ 52 callersFunctioncheckpoint(func, *args, enabled: bool, offload: bool = False, use_reentrant: bool = False, **kwargs)
benchmark/models/vgg_ttt/vggttt/utils/optim.py:81
↓ 26 callersMethodhead(self, out: torch.Tensor, patch_h: int, patch_w: int, W: int, H: int)
benchmark/models/vgg_ttt/vggttt/nets/vggt/heads/dpt_head.py:205
↓ 13 callersFunctionread_next_bytesRead and unpack the next bytes from a binary file. :param fid: :param num_bytes: Sum of combination of {2, 4, 8}, e.g. 2, 6, 16, 30, etc.
benchmark/models/r3/depth_anything_3/utils/read_write_model.py:72
↓ 12 callersFunction_make_fusion_block(
features: int,
size: Tuple[int, int] = None,
has_residual: bool = True,
groups: int = 1,
benchmark/models/depth_anything_3/model/dpt.py:342
↓ 12 callersFunction_make_fusion_block(
features: int,
size: Tuple[int, int] = None,
has_residual: bool = True,
groups: int = 1,
benchmark/models/r3/depth_anything_3/model/dpt.py:342
↓ 9 callersMethodforward Forward pass of the GCT model. Args: images: Input images [S, 3, H, W] or [B, S, 3, H, W], in range [0, 1] q
benchmark/models/lingbot_map/models/gct_base.py:291
↓ 8 callersMethoddecode_patch_tokens_and_heads Decode patch tokens and heads to get final predictions. Params: - images: input images (B, nimgs, 3, H, W) in [0, 1]
benchmark/models/amb3r_root/amb3r/frontend.py:172