Searched defs:PackedBidirectionalLayer (Results 1 – 1 of 1) sorted by relevance
1035 struct PackedBidirectionalLayer struct1037 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() function1045 output_type operator()( in operator ()()1058 PackedLayer<dir_hidden_type, cell_params> layer_;1059 ReversedPackedLayer<dir_hidden_type, cell_params> rev_layer_;