Home
last modified time | relevance | path

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

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