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.py45 prev_cell_state = Input("prevCellState", ("TENSOR_QUANT16_SYMM", (n_batch, n_cell), 1 / 2048, 0)) variable
66 prev_cell_state,
84 prev_cell_state: [876, 1034, 955, -909, 761, 1029, 796, -1036],
169 prev_cell_state = Input("prevCellState", variable
185 prev_cell_state,
190 prev_cell_state: [876, 1034, 955, -909],
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp491 ANeuralNetworksOperandType prev_cell_state = quant16Tensor2D; in TEST() local
502 forget_gate_bias, cell_gate_bias, output_gate_bias, prev_cell_state, prev_output}, in TEST()