Home
last modified time | relevance | path

Searched defs:cell_gate_bias (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/ml/nn/runtime/test/specs/V1_2/
Dquantized_lstm.mod.py48 cell_gate_bias = Input("cellGateBias", BiasType) variable
145 cell_gate_bias = Parameter("cellGateBias", BiasType, variable
Dlayer_norm_lstm.mod.py60 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
232 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
Dlstm2_state2_float16.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
Dlstm2_float16.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
Dlstm3_state2_float16.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
Dlstm3_float16.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
Dlstm3_state_float16.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
Dlstm3_state3_float16.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
Dlstm2_state_float16.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
Dlstm_state_float16.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
/frameworks/ml/nn/runtime/test/specs/V1_0/
Dlstm3_state.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm2.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm2_state2.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm3.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm2_state.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm3_state2.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm3_state3.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm_state2.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
/frameworks/ml/nn/runtime/test/specs/V1_1/
Dlstm2_state2_relaxed.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm2_state_relaxed.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm2_relaxed.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm3_state3_relaxed.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm3_state_relaxed.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm3_state2_relaxed.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm3_relaxed.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable

12