Home
last modified time | relevance | path

Searched defs:IntegerLstmParameter (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.h32 struct IntegerLstmParameter { struct
33 int32_t effective_input_to_input_scale_a;
34 int32_t effective_input_to_input_scale_b;
35 int32_t effective_recurrent_to_input_scale_a;
36 int32_t effective_recurrent_to_input_scale_b;
37 int32_t effective_cell_to_input_scale_a;
38 int32_t effective_cell_to_input_scale_b;
39 int32_t effective_input_to_forget_scale_a;
40 int32_t effective_input_to_forget_scale_b;
41 int32_t effective_recurrent_to_forget_scale_a;
[all …]