Searched refs:input_to_output_weights_shape (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | LSTM.h | 111 const Shape& input_to_output_weights_shape, 138 const Shape& input_to_output_weights_shape, 164 const Shape& input_to_output_weights_shape,
|
D | LSTM.cpp | 366 const Shape& input_to_output_weights_shape, const float* recurrent_to_input_weights_buffer, in LSTMEvalFloat32() argument 394 const uint32_t numCells = getSizeOfDimension(input_to_output_weights_shape, 0); in LSTMEvalFloat32() 443 input_to_output_weights_buffer, input_to_output_weights_shape, in LSTMEvalFloat32() 483 const _Float16* input_to_output_weights_buffer, const Shape& input_to_output_weights_shape, in LSTMEvalFloat16() argument 514 const uint32_t numCells = getSizeOfDimension(input_to_output_weights_shape, 0); in LSTMEvalFloat16() 682 input_to_output_weights_shape, recurrent_to_input_weights_float32.data(), in LSTMEvalFloat16() 726 const Shape& input_to_output_weights_shape, const float* recurrent_to_input_weights_buffer, in LSTMStep() argument 748 const uint32_t n_cell = input_to_output_weights_shape.dimensions[0]; in LSTMStep()
|