Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/operations/include/
DLSTM.h115 const Shape& recurrent_to_output_weights_shape,
142 const Shape& recurrent_to_output_weights_shape,
168 const Shape& recurrent_to_output_weights_shape,
/packages/modules/NeuralNetworks/common/cpu_operations/
DLSTM.cpp413 const Shape& recurrent_to_output_weights_shape, const float* cell_to_input_weights_buffer, in LSTMEvalFloat32() argument
438 const uint32_t outputSize = getSizeOfDimension(recurrent_to_output_weights_shape, 1); in LSTMEvalFloat32()
489 recurrent_to_output_weights_shape, cell_to_input_weights_buffer, in LSTMEvalFloat32()
531 const Shape& recurrent_to_output_weights_shape, in LSTMEvalFloat16() argument
558 const uint32_t outputSize = getSizeOfDimension(recurrent_to_output_weights_shape, 1); in LSTMEvalFloat16()
728 recurrent_to_output_weights_float32.data(), recurrent_to_output_weights_shape, in LSTMEvalFloat16()
773 const Shape& recurrent_to_output_weights_shape, const float* cell_to_input_weights_buffer, in LSTMStep() argument
792 const uint32_t n_output = recurrent_to_output_weights_shape.dimensions[1]; in LSTMStep()