Searched defs:QuantizedCellParams (Results 1 – 1 of 1) sorted by relevance
229 struct QuantizedCellParams : public CellParamsBase { struct230 QuantizedCellParams( in QuantizedCellParams() function256 const Tensor w_ih;257 const Tensor w_hh;258 const Tensor b_ih_;259 const Tensor b_hh_;260 const Tensor packed_ih;261 const Tensor packed_hh;262 const Tensor col_offsets_ih;263 const Tensor col_offsets_hh;[all …]