NMSIS-NN  Version 1.3.1
NMSIS NN Software Library
nmsis_nn_lstm_context Struct Reference

Data Fields

void * temp1
 
void * temp2
 
void * cell_state
 

Detailed Description

NMSIS-NN object for LSTM scratch buffers

Field Documentation

◆ cell_state

void* nmsis_nn_lstm_context::cell_state

◆ temp1

void* nmsis_nn_lstm_context::temp1

◆ temp2

void* nmsis_nn_lstm_context::temp2