HomeSort by relevance Sort by last modified time
    Searched defs:bool_str (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/lib/strings/
proto_text_util.cc 22 StringPiece bool_str; local
25 .GetResult(nullptr, &bool_str)) {
29 if (bool_str == "false" || bool_str == "False" || bool_str == "0") {
32 } else if (bool_str == "true" || bool_str == "True" || bool_str == "1") {
  /external/dynamic_depth/internal/xmpmeta/xml/
serializer_impl.cc 131 const string& bool_str = (value ? "true" : "false"); local
132 return WriteProperty(prefix, name, bool_str);
  /external/autotest/site_utils/
run_suite.py 231 def bool_str(x): function
305 "-n", "--no_wait", dest="no_wait", default=False, type=bool_str,
332 "-f", "--file_bugs", dest="file_bugs", default=False, type=bool_str,
348 '--retry', dest='retry', default=False, type=bool_str, action='store',
370 dest='offload_failures_only', type=bool_str,
    [all...]
  /external/python/cpython3/Modules/
_pickle.c 1915 const char *bool_str = (obj == Py_True) ? "I01\\n" : "I00\\n"; local
    [all...]

Completed in 429 milliseconds