Home
last modified time | relevance | path

Searched defs:error_format (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/mslite_bench/mslite_bench/tools/
Dcross_framework_accuracy.py383 def error_format(error): member in CrossFrameworkAccSummary
/third_party/rust/rust/src/librustdoc/
Dconfig.rs71 pub(crate) error_format: ErrorOutputType, field
337 let error_format = config::parse_error_format(handler, matches, color, json_rendered); in from_matches() localVariable
/third_party/rust/rust/src/bootstrap/
Dflags.rs123 pub error_format: Option<String>, field
/third_party/rust/rust/compiler/rustc_session/src/
Dconfig.rs1904 let error_format = if matches.opts_present(&["error-format".to_owned()]) { in parse_error_format() localVariable
2525 let error_format = parse_error_format(handler, matches, color, json_rendered); in build_session_options() localVariable