Method__init__(self, x, sigma_min, sigma_max, seed=None, transform=lambda x: x)
agents/models/beso/models/edm_diffusion/gc_sampling.py:153
Method__init__(self, h, pcoeff, icoeff, dcoeff, order=1, accept_safety=0.81, eps=1e-8)
agents/models/beso/models/edm_diffusion/gc_sampling.py:497
Function_attn_bwd(
Q,
K,
V,
sm_scale, #
DO, #
DQ,
DK,
DV, #
M,
D,
# shared by Q/
agents/backbones/xlstm/mlstm_kernels/baselines/flash_attention/triton_tutorial.py:402
Function_attn_bwd_preprocess(
O,
DO,
Delta,
Z,
H,
N_CTX,
BLOCK_M: tl.constexpr,
HEAD_DIM: tl.constexpr, #
agents/backbones/xlstm/mlstm_kernels/baselines/flash_attention/triton_tutorial.py:256
Function_attn_fwd(
Q,
K,
V,
sm_scale,
M,
Out, #
stride_qz,
stride_qh,
stride_qm,
strid
agents/backbones/xlstm/mlstm_kernels/baselines/flash_attention/triton_tutorial.py:119
Function_bwd_kernel(
Q,
K,
V,
sm_scale,
Out,
DO,
DQ,
DK,
DV,
L,
M,
D,
stride_
agents/backbones/xlstm/mlstm_kernels/baselines/flash_attention/flash_attention_triton.py:151
Function_bwd_preprocess(
Out,
DO,
L,
NewDO,
Delta,
BLOCK_M: tl.constexpr,
D_HEAD: tl.constexpr,
)
agents/backbones/xlstm/mlstm_kernels/baselines/flash_attention/flash_attention_triton.py:127
Function_fwd_kernel(
Q,
K,
V,
sm_scale,
TMP,
L,
M, # NOTE: TMP is a scratchpad buffer to workaround
agents/backbones/xlstm/mlstm_kernels/baselines/flash_attention/flash_attention_triton.py:24
Methodapply_position_embeddings(self, goal_embed, state_embed, action_embed, proprio_embed, t)
agents/models/beso/models/networks/mdtv_transformer.py:284
Methodapply_position_embeddings(self, goal_embed, state_embed, action_embed, proprio_states, t)
agents/models/beso/models/networks/mdt_transformer.py:293