Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dlstm_utils.h116 int num_gates_; variable
Dlstm_utils.cc481 num_gates_ = couple_input_forget_gates_ ? 3 : 4; in Initialize()
493 if (weight_type_.getDimSize(1) % num_gates_ != 0) { in Initialize()
498 n_cell_ = weight_type_.getDimSize(1) / num_gates_; in Initialize()