Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSTM.h111 const Shape& input_to_output_weights_shape,
138 const Shape& input_to_output_weights_shape,
164 const Shape& input_to_output_weights_shape,
DLSTM.cpp409 const Shape& input_to_output_weights_shape, const float* recurrent_to_input_weights_buffer, in LSTMEvalFloat32() argument
437 const uint32_t numCells = getSizeOfDimension(input_to_output_weights_shape, 0); in LSTMEvalFloat32()
486 input_to_output_weights_buffer, input_to_output_weights_shape, in LSTMEvalFloat32()
526 const _Float16* input_to_output_weights_buffer, const Shape& input_to_output_weights_shape, in LSTMEvalFloat16() argument
557 const uint32_t numCells = getSizeOfDimension(input_to_output_weights_shape, 0); in LSTMEvalFloat16()
725 input_to_output_weights_shape, recurrent_to_input_weights_float32.data(), in LSTMEvalFloat16()
769 const Shape& input_to_output_weights_shape, const float* recurrent_to_input_weights_buffer, in LSTMStep() argument
791 const uint32_t n_cell = input_to_output_weights_shape.dimensions[0]; in LSTMStep()