Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/specs/V1_2/
Dquantized_lstm.mod.py54 prev_output = Input("prevOutput", OutputType) variable
75 prev_output
93 prev_output: [136, 150, 140, 115, 135, 152, 138, 112],
153 prev_output = Input("prevOutput", OutputType) variable
165 prev_output).To([cell_state_out, output])
170 prev_output: [136, 150, 140, 115],
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp1202 ANeuralNetworksOperandType prev_output = quant8Tensor2D; in TEST() local
1212 forget_gate_bias, cell_gate_bias, output_gate_bias, prev_cell_state, prev_output}, in TEST()