17e18750dd0b981460903ae631580d1d200509b5,test/lazy/test_mul_lazy_tensor.py,TestMulLazyTensor,test_mul_adding_another_variable,#TestMulLazyTensor#,220

Before Change


        mat2 = make_random_mat(20, rank=4, batch_size=5)
        mat3 = make_random_mat(20, rank=4, batch_size=5)

        mat1_copy = torch.tensor(mat1.detach(), requires_grad=True)
        mat2_copy = torch.tensor(mat2.detach(), requires_grad=True)
        mat3_copy = torch.tensor(mat3.detach(), requires_grad=True)

After Change


        mat2 = make_random_mat(20, rank=4, batch_size=5)
        mat3 = make_random_mat(20, rank=4, batch_size=5)

        mat1_copy = mat1.clone().detach().requires_grad_(True)
        mat2_copy = mat2.clone().detach().requires_grad_(True)
        mat3_copy = mat3.clone().detach().requires_grad_(True)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 18

Non-data size: 3

Instances


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/lazy/test_mul_lazy_tensor.py
Class Name: TestMulLazyTensor
Method Name: test_mul_adding_another_variable


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/lazy/test_mul_lazy_tensor.py
Class Name: TestMulLazyTensor
Method Name: test_batch_mode_matmul_mat_with_five_matrices


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/lazy/test_mul_lazy_tensor.py
Class Name: TestMulLazyTensor
Method Name: test_matmul_mat_with_two_matrices


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/lazy/test_mul_lazy_tensor.py
Class Name: TestMulLazyTensor
Method Name: test_matmul_mat_with_five_matrices


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/lazy/test_mul_lazy_tensor.py
Class Name: TestMulLazyTensor
Method Name: test_getitem


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/lazy/test_mul_lazy_tensor.py
Class Name: TestMulLazyTensor
Method Name: test_mul_adding_constant_mul


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/lazy/test_mul_lazy_tensor.py
Class Name: TestMulLazyTensor
Method Name: test_batch_diag


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/lazy/test_mul_lazy_tensor.py
Class Name: TestMulLazyTensor
Method Name: test_matmul_vec_with_two_matrices


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/functions/test_dsmm.py
Class Name: DSMMTest
Method Name: test_backward


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/lazy/test_mul_lazy_tensor.py
Class Name: TestMulLazyTensor
Method Name: test_batch_mode_matmul_batch_mat_with_five_matrices


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/lazy/test_mul_lazy_tensor.py
Class Name: TestMulLazyTensor
Method Name: test_batch_getitem


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/lazy/test_mul_lazy_tensor.py
Class Name: TestMulLazyTensor
Method Name: test_diag


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/functions/test_dsmm.py
Class Name: DSMMTest
Method Name: test_backward_batch


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/lazy/test_mul_lazy_tensor.py
Class Name: TestMulLazyTensor
Method Name: test_matmul_vec_with_five_matrices


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/lazy/test_mul_lazy_tensor.py
Class Name: TestMulLazyTensor
Method Name: test_batch_matmul_mat_with_five_matrices


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/lazy/test_kronecker_product_lazy_tensor.py
Class Name: TestKroneckerProductLazyTensor
Method Name: test_matmul_batch_mat


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/lazy/test_mul_lazy_tensor.py
Class Name: TestMulLazyTensor
Method Name: test_batch_matmul_mat_with_two_matrices


Project Name: cornellius-gp/gpytorch
Commit Name: 17e18750dd0b981460903ae631580d1d200509b5
Time: 2018-09-21
Author: balandat@fb.com
File Name: test/lazy/test_kronecker_product_lazy_tensor.py
Class Name: TestKroneckerProductLazyTensor
Method Name: test_matmul_vec