↓ 12 callersFunctionmake_conv_nd( # noqa: PLR0913
dims: Union[int, Tuple[int, int]],
in_channels: int,
out_channels: int,
ker
packages/ltx-core/src/ltx_core/model/video_vae/convolution.py:11
↓ 8 callersMethodstep(
self, sample: torch.Tensor, denoised_sample: torch.Tensor, sigmas: torch.Tensor, step_index: int, **
packages/ltx-core/src/ltx_core/components/protocols.py:99
↓ 4 callersFunctioninplace_conv3d_temporal_chunkedRun a 3x3x3 Conv3d in-place on a temporally-padded workspace. The workspace has shape ``[B, C, T+2, H, W]`` where positions ``[1:-1]`` hold th
packages/ltx-core/src/ltx_core/model/video_vae/memory_efficient_decode.py:109