Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DRNN.cpp708 struct SimpleCell : Cell<Tensor, cell_params> { struct
709 using hidden_type = Tensor;
710 Tensor operator()( in operator ()()