Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.cc31 Status ParseBoolString(const string& bool_str, bool* bool_val) { in ParseBoolString() function
324 TF_RETURN_IF_ERROR(ParseBoolString( in CreateCopyNode()
444 if (!ParseBoolString(attr_value, &bool_value).ok()) { in SetDebugNodeAttributes()