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

  /external/tensorflow/tensorflow/core/kernels/
spectrogram_test_utils.cc 69 int row_counter = 0; local
91 if (row_counter >= row_length) {
94 row_counter = 0;
97 ++row_counter;
99 if (row_counter >= row_length) {
  /external/tensorflow/tensorflow/python/debug/cli/
debugger_cli_common.py 447 row_counter = 0 # Counter for new row index
454 out.annotations[row_counter] = inp.annotations[i]
460 out.font_attr_segs[row_counter] = inp.font_attr_segs[i]
462 row_counter += 1
495 if row_counter not in out.font_attr_segs:
496 out.font_attr_segs[row_counter] = [wseg]
498 out.font_attr_segs[row_counter].append(wseg)
501 row_counter += 1
    [all...]

Completed in 286 milliseconds