Home
last modified time | relevance | path

Searched refs:forward_sequence (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.h122 const TfLiteLSTMParams* params, bool forward_sequence, bool time_major,
160 bool forward_sequence, bool time_major, int output_offset,
191 const TfLiteLSTMParams* params, bool forward_sequence, bool time_major,
Dlstm_eval.cc1711 const TfLiteLSTMParams* params, bool forward_sequence, bool time_major, in EvalFloat()
1761 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalFloat()
1808 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalFloat()
1902 bool forward_sequence, bool time_major, int output_offset, in EvalHybrid()
1970 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalHybrid()
2053 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalHybrid()
2169 const TfLiteLSTMParams* params, bool forward_sequence, bool time_major, in EvalInteger8x8_16() argument
2291 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalInteger8x8_16()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc287 const TfLiteLSTMParams* params, bool forward_sequence, bool time_major, in EvalCalibration()
339 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalCalibration()
387 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalCalibration()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc355 const TfLiteLSTMParams* params, bool forward_sequence, bool time_major, in EvalFloat()
408 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalFloat()
456 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalFloat()