Searched refs:num_rows (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/nn/common/operations/
H A DHashtableLookup.cpp45 const int num_rows = value_->shape().dimensions[0]; local
46 const int row_bytes = sizeOfData(value_->type, value_->dimensions) / num_rows;
52 num_rows, sizeof(int), greater);
58 if (idx >= num_rows || idx < 0) {
/frameworks/base/tools/aapt2/compile/
H A DNinePatch.cpp549 const int32_t num_rows = local
553 if ((int64_t)num_rows * (int64_t)num_cols > 0x7f) {
558 nine_patch->region_colors.reserve(num_rows * num_cols);

Completed in 74 milliseconds