Searched refs:CellStateType (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
D | qlstm_noprojection.mod.py | 59 CellStateType = ("TENSOR_QUANT16_SYMM", [batch_size, num_units], 3.05176e-05, 0) variable 61 cell_state_in = Input("cell_state_in", CellStateType) 80 cell_state_out = Output("cell_state_out", CellStateType)
|
D | qlstm_projection.mod.py | 59 CellStateType = ("TENSOR_QUANT16_SYMM", [batch_size, num_units], 3.05176e-05, 0) variable 61 cell_state_in = Input("cell_state_in", CellStateType) 80 cell_state_out = Output("cell_state_out", CellStateType)
|