Home
last modified time | relevance | path

Searched refs:cmp_dot (Results 1 – 1 of 1) sorted by relevance

/dports/math/py-theano/Theano-1.0.5/theano/tensor/tests/
H A Dtest_basic.py5008 def cmp_dot(self, x, y): member in t_dot
5046 self.cmp_dot(rand(), rand())
5049 self.cmp_dot(rand(), rand(5))
5052 self.cmp_dot(rand(), rand(6, 7))
5058 self.cmp_dot(rand(5), rand())
5061 self.cmp_dot(rand(5), rand(5))
5064 self.cmp_dot(rand(0), rand(0))
5075 self.cmp_dot(rand(6), rand(6, 7))
5078 self.cmp_dot(rand(0), rand(0, 7))
5081 self.cmp_dot(rand(6), rand(6, 0))
[all …]