1package( 2 default_visibility = ["//visibility:public"], 3 licenses = ["notice"], 4) 5 6cc_library( 7 name = "type_to_tflitetype", 8 hdrs = [ 9 "portable_type_to_tflitetype.h", 10 ], 11 deps = ["//tensorflow/lite/c:common"], 12) 13 14