Home
last modified time | relevance | path

Searched refs:export_config (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/
Dmlir_graph_optimization_pass.cc280 GraphExportConfig export_config; in Run() local
290 ConvertMlirToGraph(*module_ref, export_config, &empty_graph, in Run()
305 ConvertMlirToGraph(*module_ref, export_config, graph, flib_def, in Run()
380 GraphExportConfig export_config; in Run() local
382 ConvertMlirToGraph(*module_ref, export_config, options.graph, in Run()
/external/selinux/python/sepolicy/sepolicy/
Dgui.py2593 self.export_config(filename)
2665 def export_config(self, filename): member in SELinuxGui