Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Drandom_categorical.cu24 size_t cur_row = pos / num_samples; in RandomCategorical() local
26 const double to_find = dev_cdf[cur_row][num_classes-1] * dev_rand[cur_row][cur_col]; in RandomCategorical()
29 while (dev_cdf[cur_row][idx] < to_find) { in RandomCategorical()
40 size_t cur_row = pos / num_classes; in GetCdf() local
51 dev_cdf[cur_row][0] = exp(static_cast<double>(logits_addr[pos] - max_of_row)); in GetCdf()
54 dev_cdf[cur_row][i] = dev_cdf[cur_row][i - 1] + tmp; in GetCdf()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/
Dconnector_size.cc29 Qrow cur_row; in Sample() local
30 std::transform(tree_->begin(), tree_->end(), std::back_inserter(cur_row), in Sample()
33 sample_table_.push_back(cur_row); in Sample()
/third_party/ffmpeg/libavcodec/
Dmimic.c262 int ret, y, x, plane, cur_row = 0; in decode() local
297 cur_row, 0); in decode()
308 cur_row, 0); in decode()
318 cur_row++, 0); in decode()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c1545 int cur_row = dec->last_row_; in ExtractAlphaRows() local
1546 int num_rows = last_row - cur_row; in ExtractAlphaRows()
1547 const uint32_t* in = dec->pixels_ + dec->width_ * cur_row; in ExtractAlphaRows()
1558 uint8_t* const dst = output + width * cur_row; in ExtractAlphaRows()
1560 ApplyInverseTransforms(dec, cur_row, num_rows_to_process, in); in ExtractAlphaRows()
1563 cur_row, cur_row + num_rows_to_process, dst, width); in ExtractAlphaRows()
1566 cur_row += num_rows_to_process; in ExtractAlphaRows()
1568 assert(cur_row == last_row); in ExtractAlphaRows()
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c1541 int cur_row = dec->last_row_; in ExtractAlphaRows() local
1542 int num_rows = last_row - cur_row; in ExtractAlphaRows()
1543 const uint32_t* in = dec->pixels_ + dec->width_ * cur_row; in ExtractAlphaRows()
1554 uint8_t* const dst = output + width * cur_row; in ExtractAlphaRows()
1559 cur_row, cur_row + num_rows_to_process, dst, width); in ExtractAlphaRows()
1562 cur_row += num_rows_to_process; in ExtractAlphaRows()
1564 assert(cur_row == last_row); in ExtractAlphaRows()
/third_party/toybox/toys/pending/
Dvi.c26 int cur_col, cur_row, scr_row;
606 TT.cur_row = 0, TT.scr_row = 0; in adjust_screen_buffer()
637 TT.cur_row = c; in adjust_screen_buffer()
1368 if (TT.drawn_row<0 || TT.cur_row<0 || TT.scr_row<0) redraw = 3; in draw_page()
1487 (100*TT.cursor)/(TT.filesize ? : 1), TT.cur_row+1, TT.cur_col+1); in draw_page()
/third_party/toybox/generated/
Dglobals.h961 int cur_row; member