Home
last modified time | relevance | path

Searched refs:LstmCell (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dlstm.cc756 optimized_ops::LstmCell( in Eval()
802 optimized_ops::LstmCell<4>( in Eval()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h820 inline void LstmCell(const float* input_data, const Dims<4>& input_dims, in LstmCell() function
833 LstmCell(op_params, DimsToShape(input_dims), input_data, in LstmCell()
844 void LstmCell(const uint8* input_data_uint8, const Dims<4>& input_dims, in LstmCell() function
861 LstmCell<StateIntegerBits>( in LstmCell()
Doptimized_ops.h3553 inline void LstmCell( in LstmCell() function
3674 inline void LstmCell( in LstmCell() function
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlegacy_reference_ops.h519 inline void LstmCell(const float* input_data, const Dims<4>& input_dims, in LstmCell() function
532 LstmCell(op_params, DimsToShape(input_dims), input_data, in LstmCell()
543 void LstmCell(const uint8* input_data_uint8, const Dims<4>& input_dims, in LstmCell() function
560 LstmCell<StateIntegerBits>( in LstmCell()
Dreference_ops.h1835 inline void LstmCell( in LstmCell() function
2037 inline void LstmCell( in LstmCell() function
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h3644 inline void LstmCell( in LstmCell() function
3763 inline void LstmCell(const float* input_data, const Dims<4>& input_dims, in LstmCell() function
3776 LstmCell(op_params, DimsToShape(input_dims), input_data, in LstmCell()
3790 inline void LstmCell( in LstmCell() function
4079 void LstmCell(const uint8* input_data_uint8, const Dims<4>& input_dims, in LstmCell() function
4096 LstmCell<StateIntegerBits>( in LstmCell()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc328 HANDLE_OPERATORTYPENAME_CASE(LstmCell) in OperatorTypeName()