Searched refs:confs (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/clap/src/args/ |
D | group.rs | 385 if let Some(ref mut confs) = self.conflicts { in conflicts_with() 386 confs.push(n); in conflicts_with() 532 let confs = vec!["c1", "c2", "c3", "c4"]; in groups() localVariable 536 assert_eq!(g.conflicts, Some(confs)); in groups() 555 let confs = vec!["c1", "c2", "c3", "c4"]; in test_debug() localVariable 568 Some(confs) in test_debug() 589 let confs = vec!["c1", "c2", "c3", "c4"]; in test_from() localVariable 594 assert_eq!(g2.conflicts, Some(confs)); in test_from() 620 let confs = vec!["c1", "c2", "c3", "c4"]; in test_yaml() localVariable 623 assert_eq!(g.conflicts, Some(confs)); in test_yaml()
|
/external/tensorflow/tensorflow/compiler/mlir/tfjs/translate/ |
D | json_translate.cc | 58 tensorflow::GraphExportConfig confs; in MlirToJSONTranslateFunction() local 59 confs.export_shapes = true; in MlirToJSONTranslateFunction() 60 confs.export_library = true; in MlirToJSONTranslateFunction() 65 auto status = tensorflow::ConvertMlirToGraph(module, confs, &graph, &flib_def, in MlirToJSONTranslateFunction()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | tf_mlir_translate_registration.cc | 77 tensorflow::GraphExportConfig confs; in MlirToGraphdefTranslateFunction() local 79 tensorflow::ConvertMlirToGraphdef(module, confs)); in MlirToGraphdefTranslateFunction()
|
D | mlir_roundtrip_pass.cc | 55 GraphExportConfig confs; in Export() local 56 return ConvertMlirToGraph(*module, confs, graph, options.flib_def); in Export()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | tf_graph_optimization_pass.cc | 69 GraphExportConfig confs; in runOnOperation() local 71 Status status = ConvertMlirToGraph(module_in, confs, &graph, &flib_def); in runOnOperation()
|