Add support for tf.Example to saved_model_cli.
You can now pass tf.Example as inputs to with option --input_examples, for example:
--input_examples 'input_key=[{"age":[25],"education":["11th"]}]'
PiperOrigin-RevId: 182805401
Loading
Please sign in to comment