[TFLite] Initialize the inline_functions flag in pass config
PiperOrigin-RevId: 281976307 Change-Id: I7f853063b8a510810742e98d763d5eba98ee209d
This commit is contained in:
parent
f23a914b52
commit
e1e08e655f
@ -33,7 +33,8 @@ struct PassConfig {
|
|||||||
trim_functions_whitelist({}),
|
trim_functions_whitelist({}),
|
||||||
quant_specs(specs),
|
quant_specs(specs),
|
||||||
skip_control_dialect(false),
|
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
|
// If `emit_builtin_tflite_ops` is true, TF Lite legalization passes will be
|
||||||
// added, which produces TF Lite ops.
|
// added, which produces TF Lite ops.
|
||||||
|
Loading…
Reference in New Issue
Block a user