Skip to content

Commit

Permalink
Internal fix (#10895)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 495785944

Co-authored-by: Fan Yang <[email protected]>
  • Loading branch information
sineeli and fyangf authored Jan 18, 2023
1 parent 1a6bc17 commit fc0a507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion official/vision/serving/export_tflite_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def convert_tflite_model(saved_model_dir: str,
params: Optional[cfg.ExperimentConfig] = None,
task: Optional[base_task.Task] = None,
calibration_steps: Optional[int] = 2000,
denylisted_ops: Optional[list[str]] = None) -> bytes:
denylisted_ops: Optional[List[str]] = None) -> 'bytes':
"""Converts and returns a TFLite model.
Args:
Expand Down

0 comments on commit fc0a507

Please sign in to comment.