Home
last modified time | relevance | path

Searched defs:LSTMOptions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/options/
H A Drnn.h97 struct TORCH_API LSTMOptions { struct
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/options/
H A Drnn.cpp19 LSTMOptions::LSTMOptions(int64_t input_size, int64_t hidden_size) in LSTMOptions() function in torch::nn::LSTMOptions