Searched refs:left_dim1 (Results 1 – 1 of 1) sorted by relevance
1342 const int left_dim1 = transpose_left ? left.dimension(0) : left.dimension(1); in ComputeBlockSizes() local1345 std::max<int>(1, left_dim0 / 64) * (left_dim1 / *KL) > est_num_cores) { in ComputeBlockSizes()1435 const int left_dim1 = transpose_left ? left.dimension(0) : left.dimension(1); in Compute() local1438 CHECK_EQ(left_dim1, right_dim0); in Compute()1444 if (left_dim0 < 32 || left_dim1 < 32 || right_dim1 < 32) { in Compute()