Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEQLSTMLayer.cpp799 …const TensorInfo recurrent_to_output_weights_transposed(TensorShape(num_units, output_size), 1, re… in validate() local
806 …ERROR(NETranspose::validate(recurrent_to_output_weights, &recurrent_to_output_weights_transposed)); in validate()