Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEQLSTMLayer.cpp809 … const TensorInfo recurrent_to_input_weights_transposed(TensorShape(num_units, output_size), 1, in validate() local
814 …spose::validate(lstm_params.recurrent_to_input_weights(), &recurrent_to_input_weights_transposed)); in validate()