Searched refs:num_rows (Results 1 – 2 of 2) sorted by relevance
47 const int num_rows = value_->shape().dimensions[0]; in Eval() local48 const int row_bytes = nonExtensionOperandSizeOfData(value_->type, value_->dimensions) / num_rows; in Eval()54 num_rows, sizeof(int), greater); in Eval()60 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()