Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dtransform_graph.cc289 const string& ignore_errors_string = in ShouldIgnoreErrors() local
291 if (ignore_errors_string == "true") { in ShouldIgnoreErrors()
293 } else if (ignore_errors_string == "false") { in ShouldIgnoreErrors()
298 ignore_errors_string); in ShouldIgnoreErrors()