Searched refs:LstmCellParams (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm.cc | 1321 tflite::LstmCellParams op_params; in Eval() 1365 tflite::LstmCellParams op_params; in Eval()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | types.h | 936 struct LstmCellParams { struct
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | legacy_optimized_ops.h | 2967 const LstmCellParams& params, const RuntimeShape& unextended_input_shape, in LstmCell() 3093 tflite::LstmCellParams op_params; in LstmCell() 3108 const LstmCellParams& params, const RuntimeShape& unextended_input_shape, in LstmCell() 3406 tflite::LstmCellParams op_params; in LstmCell()
|
D | optimized_ops.h | 2932 const LstmCellParams& params, const RuntimeShape& unextended_input_shape, in LstmCell() 3053 const LstmCellParams& params, const RuntimeShape& unextended_input_shape, in LstmCell()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | legacy_reference_ops.h | 566 tflite::LstmCellParams op_params; in LstmCell() 592 tflite::LstmCellParams op_params; in LstmCell()
|
D | reference_ops.h | 1121 const LstmCellParams& params, const RuntimeShape& unextended_input_shape, in LstmCell() 1322 inline void LstmCell(const LstmCellParams& params, in LstmCell()
|