Searched refs:t_rel (Results 1 – 3 of 3) sorted by relevance
1761 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalFloat() local1762 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() local1809 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() local1971 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 …]
339 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalCalibration() local340 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() local388 const int time_offset = b * max_time + t_rel; in EvalCalibration()
408 const int t_rel = forward_sequence ? t : max_time - t - 1; in EvalFloat() local409 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() local457 const int time_offset = b * max_time + t_rel; in EvalFloat()