HomeSort by relevance Sort by last modified time
    Searched refs:kv_str (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/tools/
inspect_checkpoint.py 75 def parse_numpy_printoption(kv_str):
82 kv_str: A string of the form 'x=y', such as 'threshold=100000'
88 k_v_str = kv_str.split("=", 1)
90 raise argparse.ArgumentTypeError("'%s' is not in the form k=v." % kv_str)
  /external/pdfium/testing/tools/
gold.py 13 def _ParseKeyValuePairs(kv_str):
17 kv_pairs = shlex.split(kv_str)
19 raise ValueError('Uneven number of key/value pairs. Got %s' % kv_str)
  /external/tensorflow/tensorflow/core/profiler/
tfprof_options.cc 96 for (const string& kv_str : kv_split) {
98 str_util::Split(kv_str, "=", str_util::SkipEmpty());

Completed in 8426 milliseconds