Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dlstm_utils.cc226 weight_slice_shape_, weight_slice_size_recurrent_values_, in SetWeightForRecurrentToCellGate()
237 weight_slice_size_recurrent_values_, in SetWeightForRecurrentToInputGate()
246 weight_slice_shape_, weight_slice_size_recurrent_values_, in SetWeightForRecurrentToForgetGate()
255 weight_slice_shape_, weight_slice_size_recurrent_values_, in SetWeightForRecurrentToOutputGate()
515 weight_slice_size_recurrent_values_ = {n_cell_, n_output_}; in Initialize()
Dlstm_utils.h162 SmallVector<int64_t, 2> weight_slice_size_recurrent_values_; variable