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

  /external/tensorflow/tensorflow/python/debug/cli/
profile_analyzer_cli.py 133 def row_count(self): member in class:ProfileDataTableView
523 for row in range(profile_data.row_count()):
556 for row in range(profile_data.row_count()):
588 for row in range(profile_data.row_count()):
  /external/tensorflow/tensorflow/core/kernels/
bias_op.cc 505 int32 row_count = batch * channel; local
509 TensorShape temp_grad_output_shape{row_count, col_count};
515 output_backprop.template flat<T>().data(), row_count, col_count);
517 row_count = batch;
521 row_count, col_count);
524 int32 row_count = batch * height * width * depth; local
529 row_count, col_count);
quantized_batch_norm_op.cc 47 const int row_count = input_flat.size() / depth; local
53 for (int row_index = 0; row_index < row_count; ++row_index) {
110 const int row_count = input_flat.size() / depth; local
146 for (int row_index = 0; row_index < row_count; ++row_index) {
sparse_fill_empty_rows_op.cc 176 const int64 row_count = filled_count(row); variable
177 if (row_count == 0) { // We haven't filled this row
  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 825 int32_t row_count = kERROR_COUNT, column_count = kERROR_COUNT; local
829 //const UnicodeString** array2d = theBundle.get2dArray(tag, row_count, column_count, status);
838 row_count=array2d.getSize();
839 CONFIRM_GE(row_count,1);
841 for(row=0; row<row_count; ++row){
862 CONFIRM_EQ(row_count,kERROR_COUNT);
864 row_count=column_count=0;
874 row = row_count ? (randi(row_count * 3) - row_count) : (randi(200) - 100)
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_flate.cpp 266 const int row_count = (*data_size + row_size - 1) / row_size; local
268 uint8_t* dest_buf = FX_Alloc2D(uint8_t, row_size + 1, row_count);
272 for (int row = 0; row < row_count; row++) {
286 *data_size = (row_size + 1) * row_count -
366 const int row_count = (data_size + row_size) / (row_size + 1); local
367 if (row_count <= 0)
370 uint8_t* dest_buf = FX_Alloc2D(uint8_t, row_size, row_count);
374 for (int row = 0; row < row_count; row++) {
446 data_size = row_size * row_count -
499 const int row_count = (data_size + row_size - 1) / row_size local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c 1606 int32_t row_count=0; local
    [all...]

Completed in 673 milliseconds