Searched refs:TFLiteConverterV2 (Results 1 – 9 of 9) sorted by relevance
57 _ = lite.TFLiteConverterV2.from_concrete_functions([root.f])70 converter = lite.TFLiteConverterV2.from_concrete_functions([concrete_func])89 converter = lite.TFLiteConverterV2.from_concrete_functions([concrete_func])105 converter = lite.TFLiteConverterV2.from_concrete_functions([concrete_func])121 converter = lite.TFLiteConverterV2.from_concrete_functions([concrete_func])138 converter = lite.TFLiteConverterV2.from_concrete_functions(173 float_converter = lite.TFLiteConverterV2.from_concrete_functions([func])178 quantized_converter = lite.TFLiteConverterV2.from_concrete_functions([func])207 converter = lite.TFLiteConverterV2.from_concrete_functions([func])212 quantized_converter = lite.TFLiteConverterV2.from_concrete_functions([func])[all …]
127 converter = lite.TFLiteConverterV2.from_concrete_functions([concrete_func])188 converter = lite.TFLiteConverterV2.from_saved_model(saved_model_dir)207 converter = lite.TFLiteConverterV2.from_saved_model(saved_model_dir)
250 converter = lite.TFLiteConverterV2.from_saved_model(256 converter = lite.TFLiteConverterV2.from_keras_model(model)
997 class TFLiteConverterV2(TFLiteFrozenGraphConverterV2): class1064 super(TFLiteConverterV2, self).__init__(funcs, trackable_obj)1178 return super(TFLiteConverterV2, self).convert()
142 converter = _lite.TFLiteConverterV2.from_saved_model(saved_model_dir)158 converter = _lite.TFLiteConverterV2.from_keras_model(keras_model)
795 converter = _lite.TFLiteConverterV2.from_concrete_functions([concrete_func])873 converter = _lite.TFLiteConverterV2.from_saved_model(directory)976 converter = _lite.TFLiteConverterV2.from_keras_model(keras_model)
57 converter = lite.TFLiteConverterV2.from_concrete_functions([func])63 converter = lite.TFLiteConverterV2.from_concrete_functions([func])
3 is_instance: "<class \'tensorflow.lite.python.lite.TFLiteConverterV2\'>"
68 converter = lite.TFLiteConverterV2([concrete_func])