Commit dce0a8b9 authored by Fan Yang's avatar Fan Yang Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 474160993
parent 03409606
......@@ -104,6 +104,8 @@ def main(_) -> None:
if _DENYLISTED_OPS.value:
denylisted_ops = list(_DENYLISTED_OPS.value.split(','))
else:
denylisted_ops = None
tflite_model = export_tflite_lib.convert_tflite_model(
saved_model_dir=_SAVED_MODEL_DIR.value,
quant_type=_QUANT_TYPE.value,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment