Home
last modified time | relevance | path

Searched refs:t_rel (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc1761 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalFloat() local
1762 const float* input_ptr = GetTensorData<float>(input) + t_rel * input_step; in EvalFloat()
1765 aux_input_ptr = GetTensorData<float>(aux_input) + t_rel * input_step; in EvalFloat()
1768 GetTensorData<float>(output) + t_rel * output_step + output_offset; in EvalFloat()
1808 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalFloat() local
1809 const int time_offset = b * max_time + t_rel; in EvalFloat()
1970 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalHybrid() local
1971 const float* input_ptr = GetTensorData<float>(input) + t_rel * input_step; in EvalHybrid()
1974 aux_input_ptr = GetTensorData<float>(aux_input) + t_rel * input_step; in EvalHybrid()
1977 GetTensorData<float>(output) + t_rel * output_step + output_offset; in EvalHybrid()
[all …]
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc339 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalCalibration() local
340 const float* input_ptr = GetTensorData<float>(input) + t_rel * input_step; in EvalCalibration()
343 aux_input_ptr = GetTensorData<float>(aux_input) + t_rel * input_step; in EvalCalibration()
346 GetTensorData<float>(output) + t_rel * output_step + output_offset; in EvalCalibration()
387 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalCalibration() local
388 const int time_offset = b * max_time + t_rel; in EvalCalibration()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc408 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalFloat() local
409 const float* input_ptr = GetTensorData<float>(input) + t_rel * input_step; in EvalFloat()
412 aux_input_ptr = GetTensorData<float>(aux_input) + t_rel * input_step; in EvalFloat()
415 GetTensorData<float>(output) + t_rel * output_step + output_offset; in EvalFloat()
456 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalFloat() local
457 const int time_offset = b * max_time + t_rel; in EvalFloat()