Searched defs:LstmCell (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | legacy_optimized_ops.h | 820 inline void LstmCell(const float* input_data, const Dims<4>& input_dims, in LstmCell() function 844 void LstmCell(const uint8* input_data_uint8, const Dims<4>& input_dims, in LstmCell() function
|
D | optimized_ops.h | 3553 inline void LstmCell( in LstmCell() function 3674 inline void LstmCell( in LstmCell() function
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 3644 inline void LstmCell( in LstmCell() function 3763 inline void LstmCell(const float* input_data, const Dims<4>& input_dims, in LstmCell() function 3790 inline void LstmCell( in LstmCell() function 4079 void LstmCell(const uint8* input_data_uint8, const Dims<4>& input_dims, in LstmCell() function
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | legacy_reference_ops.h | 519 inline void LstmCell(const float* input_data, const Dims<4>& input_dims, in LstmCell() function 543 void LstmCell(const uint8* input_data_uint8, const Dims<4>& input_dims, in LstmCell() function
|
D | reference_ops.h | 1835 inline void LstmCell( in LstmCell() function 2037 inline void LstmCell( in LstmCell() function
|