Home
last modified time | relevance | path

Searched refs:input_weights (Results 1 – 6 of 6) sorted by relevance

/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/JsonTemplates/
Dfully_connected_null_bias.json107 input_weights
Dfully_connected.json127 input_weights
/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_lstm_calculate_gate_s16.c58 gate->input_weights, in arm_nn_lstm_calculate_gate_s16()
Darm_nn_lstm_calculate_gate_s8_s16.c65 gate->input_weights, in arm_nn_lstm_calculate_gate_s8_s16()
/cmsis-nn-latest/Include/
Darm_nn_types.h202 const void *input_weights; member
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/Lib/
Dop_lstm.py67input_weights = Lib.op_utils.generate_tf_tensor(shapes["all_input_weights"], -1, 1, decimals=8)
68 model.layers[1 + time_major_offset].weights[0].assign(input_weights)