(from_tensor)
| 153 | return tf.constant(True) |
| 154 | |
| 155 | def _ft_body(from_tensor): |
| 156 | op_encoder_result = ft_bert(inputs=from_tensor, |
| 157 | encoder_args=encoder_args, |
| 158 | encoder_vars_dict=encoder_variables_dict, |
| 159 | sequence_length=sequence_length) |
| 160 | return op_encoder_result |
| 161 | |
| 162 | def _eff_body(from_tensor): |
| 163 | eff_encoder_result = ft_bert(inputs=from_tensor, |