Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_graph.cc288 const string& ignore_errors_string = in ShouldIgnoreErrors() local
290 if (ignore_errors_string == "true") { in ShouldIgnoreErrors()
292 } else if (ignore_errors_string == "false") { in ShouldIgnoreErrors()
297 ignore_errors_string); in ShouldIgnoreErrors()