Searched refs:num_rows2 (Results 1 – 1 of 1) sorted by relevance
121 auto num_rows2 = input_matrix_shapes[1].dim_size(0); in ValidateInputMatrixShapes() local122 OP_REQUIRES(context, num_rows1 == num_rows2, in ValidateInputMatrixShapes()125 num_rows1, " and ", num_rows2, ".")); in ValidateInputMatrixShapes()