Home
last modified time | relevance | path

Searched refs:LSTMLayerNormLinearModel (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/ao/sparsity/
H A Dtest_structured_sparsifier.py26 LSTMLayerNormLinearModel,
828 model = LSTMLayerNormLinearModel(
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_pruning.py370 class LSTMLayerNormLinearModel(nn.Module): class