Update TFLite serialization library for extended builtin codes.
PiperOrigin-RevId: 352103057 Change-Id: Ia8b5e1310c040b50ab34890cd615ce29efe12a2a
This commit is contained in:
parent
b754340bed
commit
4827b8a8c6
tensorflow/lite/tools/serialization
@ -33,8 +33,8 @@ cc_library(
|
||||
"//tensorflow/lite:framework",
|
||||
"//tensorflow/lite:schema_fbs_version",
|
||||
"//tensorflow/lite/c:common",
|
||||
"//tensorflow/lite/schema:schema_conversion_utils",
|
||||
"//tensorflow/lite/schema:schema_fbs_with_reflection",
|
||||
"//tensorflow/lite/schema:schema_utils",
|
||||
"@com_google_absl//absl/container:flat_hash_map",
|
||||
"@com_google_absl//absl/container:flat_hash_set",
|
||||
],
|
||||
|
@ -25,7 +25,7 @@ limitations under the License.
|
||||
#include "tensorflow/lite/context_util.h"
|
||||
#include "tensorflow/lite/core/subgraph.h"
|
||||
#include "tensorflow/lite/schema/reflection/schema_generated.h"
|
||||
#include "tensorflow/lite/schema/schema_utils.h"
|
||||
#include "tensorflow/lite/schema/schema_conversion_utils.h"
|
||||
#include "tensorflow/lite/tools/serialization/enum_mapping.h"
|
||||
#include "tensorflow/lite/version.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user