Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/api/include/torch/nn/options/
Drnn.h205 struct TORCH_API LSTMCellOptions { struct
/external/pytorch/torch/csrc/api/src/nn/options/
Drnn.cpp42 LSTMCellOptions::LSTMCellOptions(int64_t input_size, int64_t hidden_size) in LSTMCellOptions() function in torch::nn::LSTMCellOptions