Home
last modified time | relevance | path

Searched refs:CellWeightsType (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_3/
Dqlstm_noprojection.mod.py42 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)
Dqlstm_projection.mod.py42 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)