Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dlstm_utils.h120 int num_cols_weight_transposed_; variable
Dlstm_utils.cc508 num_cols_weight_transposed_ = weight_type_.getDimSize(0); in Initialize()
513 weight_slice_shape_ = {1, num_cols_weight_transposed_}; in Initialize()