Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DRNN.cpp1035 struct PackedBidirectionalLayer struct
1037 using hidden_type = pair_of<dir_hidden_type>;
1038 using param_type = pair_of<cell_params>;
1039 using output_type =
1042 PackedBidirectionalLayer(Cell<dir_hidden_type, cell_params>& cell) in PackedBidirectionalLayer() function
1045 output_type operator()( in operator ()()
1058 PackedLayer<dir_hidden_type, cell_params> layer_;
1059 ReversedPackedLayer<dir_hidden_type, cell_params> rev_layer_;