Update comments for ModifyModelInterface.

PiperOrigin-RevId: 330599410
Change-Id: I3b417bc8f8206fb71e1f03be0270d85d0dc27a7a
This commit is contained in:
Jian Li 2020-09-08 15:26:32 -07:00 committed by TensorFlower Gardener
parent 39d079a30e
commit 0879825923

View File

@ -22,9 +22,10 @@ namespace tflite {
namespace optimize {
// Changes the interface of a quantized model. This method allows the users to
// replace float interface with other types.
// This populates the builder with the new model.
// Currently only int8, int16 and uint8 are supported.
// replace float interface with other types. Currently only int8, int16 and
// uint8 are supported.
//
// This method populates the builder with the new model.
//
// Note: This is a private API, subject to change.
TfLiteStatus ModifyModelInterface(flatbuffers::FlatBufferBuilder* builder,