Home
last modified time | relevance | path

Searched defs:hidden_dim (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pytorch/functorch/examples/ensembling/
H A Dparallel_train.py62 def __init__(self, hidden_dim=32, n_classes=2): argument
/aosp_15_r20/external/pytorch/test/distributed/fsdp/
H A Dtest_fsdp_memory.py40 def __init__(self, hidden_dim, with_fsdp=False, with_checkpoint=False): argument
/aosp_15_r20/external/pytorch/benchmarks/gpt_fast/
H A Dbenchmark.py37 def __init__(self, input_dim, hidden_dim, output_dim, dtype): argument
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_c10d_spawn_gloo.py189 def __init__(self, input_dim, hidden_dim, output_dim, hidden_layers): argument
/aosp_15_r20/external/executorch/examples/models/llama/
H A Dllama_transformer.py87 hidden_dim: Optional[int] = None variable in ModelArgs
/aosp_15_r20/external/pytorch/test/distributed/_composable/fsdp/
H A Dtest_fully_shard_compile.py439 def __init__(self, hidden_dim): argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/_tensor/
H A Dcommon_dtensor.py143 def __init__(self, dim, hidden_dim, dropout_p): argument
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/
H A Dtorchvision_models.py500 hidden_dim=256, argument
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_eager_transforms.py841 def __init__(self, hidden_dim=32, n_classes=2): argument
863 def __init__(self, hidden_dim=32, n_classes=2): argument
4378 def __init__(self, hidden_dim=32, n_classes=2): argument
4479 def __init__(self, hidden_dim=32, n_classes=2): argument
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_repros.py1657 def fcnn(in_dim, out_dim, hidden_dim, activation=torch.nn.GELU): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py9687 def __init__(self, input_dim, hidden_dim): argument