Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/specs/V1_2/
Dquantized_lstm.mod.py53 prev_cell_state = Input("prevCellState", StateType) variable
74 prev_cell_state,
92 prev_cell_state: [876, 1034, 955, -909, 761, 1029, 796, -1036],
152 prev_cell_state = Input("prevCellState", StateType) variable
164 prev_cell_state,
169 prev_cell_state: [876, 1034, 955, -909],
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp1201 ANeuralNetworksOperandType prev_cell_state = quant16Tensor2D; in TEST() local
1212 forget_gate_bias, cell_gate_bias, output_gate_bias, prev_cell_state, prev_output}, in TEST()