Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc1124 const auto& output_weights_shape = recurrent_to_output_weights_array.shape(); in ProcessUnidirectionalSequenceLstmOperator() local
1125 const int output_size = output_weights_shape.dims(1); in ProcessUnidirectionalSequenceLstmOperator()
1218 const auto& output_weights_shape = recurrent_to_output_weights_array.shape(); in ProcessBidirectionalSequenceLstmOperator() local
1219 const int output_size = output_weights_shape.dims(1); in ProcessBidirectionalSequenceLstmOperator()
1270 const auto& output_weights_shape = forward_weights_array.shape(); in ProcessBidirectionalSequenceRnnOperator() local
1271 const int output_size = output_weights_shape.dims(0); in ProcessBidirectionalSequenceRnnOperator()