Searched refs:num_rows_ (Results 1 – 3 of 3) sorted by relevance
64 OP_REQUIRES_OK(context, context->GetAttr("num_rows", &num_rows_)); in LoadAndRemapMatrixOp()78 OP_REQUIRES(context, row_remapping.size() == num_rows_, in Compute()81 " instead of being equal to num_rows=", num_rows_))); in Compute()193 TensorShape({num_rows_, num_cols_}), in Compute()250 new_row < num_rows_ && new_col < num_cols_ && in Compute()254 " should have been less than num_rows_=", num_rows_, in Compute()264 << num_rows_ << " rows)."; in Compute()275 for (int i = 0; i < num_rows_; ++i) { in Compute()298 int64 num_rows_; member in tensorflow::LoadAndRemapMatrixOp
72 num_rows_ = storage_->sql_stats().size(); in Filter()82 return row_ >= num_rows_; in Eof()
65 size_t num_rows_ = 0; variable