Searched refs:CellWeightsType (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/runtime/test/specs/V1_3/ |
D | qlstm_noprojection.mod.py | 42 CellWeightsType = ("TENSOR_QUANT16_SYMM", [num_units], 1.0, 0) variable 43 cell_to_input_weights = Input("cell_to_input_weights", CellWeightsType) 44 cell_to_forget_weights = Input("cell_to_forget_weights", CellWeightsType) 45 cell_to_output_weights = Input("cell_to_output_weights", CellWeightsType)
|
D | qlstm_projection.mod.py | 42 CellWeightsType = ("TENSOR_QUANT16_SYMM", [num_units], 1.0, 0) variable 43 cell_to_input_weights = Input("cell_to_input_weights", CellWeightsType) 44 cell_to_forget_weights = Input("cell_to_forget_weights", CellWeightsType) 45 cell_to_output_weights = Input("cell_to_output_weights", CellWeightsType)
|