[TFLite] Initialize the inline_functions flag in pass config

PiperOrigin-RevId: 281976307
Change-Id: I7f853063b8a510810742e98d763d5eba98ee209d
This commit is contained in:
Ashwin Murthy 2019-11-22 08:45:36 -08:00 committed by TensorFlower Gardener
parent f23a914b52
commit e1e08e655f

View File

@ -33,7 +33,8 @@ struct PassConfig {
trim_functions_whitelist({}),
quant_specs(specs),
skip_control_dialect(false),
form_clusters(false) {}
form_clusters(false),
inline_functions(false) {}
// If `emit_builtin_tflite_ops` is true, TF Lite legalization passes will be
// added, which produces TF Lite ops.