Searched refs:num_rows (Results 1 – 2 of 2) sorted by relevance
51 const int num_rows = value_->shape().dimensions[0]; in Eval() local53 nonExtensionOperandSizeOfData(value_->type, value_->dimensions) / num_rows; in Eval()58 pointer = bsearch(lookup_->buffer + sizeof(int) * i, key_->buffer, num_rows, sizeof(int), in Eval()64 if (idx >= num_rows || idx < 0) { in Eval()
549 const int32_t num_rows = in Create() local553 if ((int64_t)num_rows * (int64_t)num_cols > 0x7f) { in Create()558 nine_patch->region_colors.reserve(num_rows * num_cols); in Create()