"git@developer.sourcefind.cn:change/sglang.git" did not exist on "aee0ef52f52c279c0195427721bcf6b232dc1b1a"
Commit aa9659a1 authored by Fan Yang's avatar Fan Yang Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 399755001
parent cdde37b8
...@@ -68,7 +68,7 @@ flags.DEFINE_integer( ...@@ -68,7 +68,7 @@ flags.DEFINE_integer(
'batch_size', None, 'The batch size.') 'batch_size', None, 'The batch size.')
flags.DEFINE_string( flags.DEFINE_string(
'input_type', 'image_tensor', 'input_type', 'image_tensor',
'One of `image_tensor`, `image_bytes`, `tf_example`.') 'One of `image_tensor`, `image_bytes`, `tf_example` and `tflite`.')
flags.DEFINE_string( flags.DEFINE_string(
'input_image_size', '224,224', 'input_image_size', '224,224',
'The comma-separated string of two integers representing the height,width ' 'The comma-separated string of two integers representing the height,width '
......
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