Searched defs:ninp (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pytorch/test/onnx/model_defs/ |
H A D | word_language_model.py | 18 ninp, argument
|
/aosp_15_r20/external/pytorch/test/onnx/ |
H A D | test_models_onnxruntime.py | 399 def __init__(self, ninp, nhead, nhid, dropout, nlayers): argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/ |
H A D | strstream.cpp | 126 ptrdiff_t ninp = gptr() - eback(); in overflow() local
|
/aosp_15_r20/external/libcxx/src/ |
H A D | strstream.cpp | 177 ptrdiff_t ninp = gptr() - eback(); in overflow() local
|
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/ |
H A D | torchaudio_models.py | 431 def __init__(self, ntoken, ninp, nhead, nhid, nlayers, dropout=0.5): argument
|