Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dpropagate_fixed_sizes.cc1015 const auto& prev_activ_array = in ProcessLstmCellOperator() local
1018 if (!prev_activ_array.has_shape()) { in ProcessLstmCellOperator()
1021 const auto& prev_activ_shape = prev_activ_array.shape(); in ProcessLstmCellOperator()