Home
last modified time | relevance | path

Searched defs:nhead (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/options/
H A Dtransformer.cpp10 int64_t nhead) in TransformerEncoderLayerOptions()
15 int64_t nhead) in TransformerDecoderLayerOptions()
38 TransformerOptions::TransformerOptions(int64_t d_model, int64_t nhead) in TransformerOptions()
43 int64_t nhead, in TransformerOptions()
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/modules/
H A Dtransformerlayer.h39 TransformerEncoderLayerImpl(int64_t d_model, int64_t nhead) in TransformerEncoderLayerImpl()
114 TransformerDecoderLayerImpl(int64_t d_model, int64_t nhead) in TransformerDecoderLayerImpl()
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/
H A Dtorchaudio_models.py431 def __init__(self, ntoken, ninp, nhead, nhid, nlayers, dropout=0.5): argument
478 def __init__(self, nhead, in_proj_container, attention_layer, out_proj): argument
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_models_onnxruntime.py399 def __init__(self, ninp, nhead, nhid, dropout, nlayers): argument
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dtransformer.cpp31 int64_t nhead = 2; in get_a_test_layer() local
/aosp_15_r20/external/pytorch/test/quantization/eager/
H A Dtest_quantize_eager_ptq.py1074 def __init__(self, d_model, nhead, batch_first): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_transformers.py299 def test_transformerencoderlayer_src_mask(self, device, nhead): argument
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_repros.py868 nhead, argument