31f2b10c8b98151fb71cd2ebfb5f1d9a5cb103f5,tests/ops.py,OpsTestCase,test_ComplexAbs,#OpsTestCase#,339
Before Change
self.check(t)
def test_ComplexAbs(self):
t = tf.complex_abs(self.random(3, 4, complex=True))
self.check(t)
def test_Conj(self):
After Change
self.check(t)
def test_ComplexAbs(self):
t = tf.complex_abs(tf.Variable(self.random(3, 4, complex=True)))
self.check(t)
def test_Conj(self):
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: riga/tfdeploy
Commit Name: 31f2b10c8b98151fb71cd2ebfb5f1d9a5cb103f5
Time: 2016-06-08
Author: marcelrieger@me.com
File Name: tests/ops.py
Class Name: OpsTestCase
Method Name: test_ComplexAbs
Project Name: riga/tfdeploy
Commit Name: 31f2b10c8b98151fb71cd2ebfb5f1d9a5cb103f5
Time: 2016-06-08
Author: marcelrieger@me.com
File Name: tests/ops.py
Class Name: OpsTestCase
Method Name: test_Imag
Project Name: riga/tfdeploy
Commit Name: 31f2b10c8b98151fb71cd2ebfb5f1d9a5cb103f5
Time: 2016-06-08
Author: marcelrieger@me.com
File Name: tests/ops.py
Class Name: OpsTestCase
Method Name: test_Real