"git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "5ff7c6ac6bc4ead8cad26b46e2c900ca71bde513"
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: ...@@ -104,6 +104,8 @@ def main(_) -> None:
if _DENYLISTED_OPS.value: if _DENYLISTED_OPS.value:
denylisted_ops = list(_DENYLISTED_OPS.value.split(',')) denylisted_ops = list(_DENYLISTED_OPS.value.split(','))
else:
denylisted_ops = None
tflite_model = export_tflite_lib.convert_tflite_model( tflite_model = export_tflite_lib.convert_tflite_model(
saved_model_dir=_SAVED_MODEL_DIR.value, saved_model_dir=_SAVED_MODEL_DIR.value,
quant_type=_QUANT_TYPE.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