MCPcopy Create free account
hub / github.com/apache/singa / test_rdiv

Method test_rdiv

test/python/test_tensor.py:159–163  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

157 self.assertEqual(tensor.average(y), 2.)
158
159 def test_rdiv(self):
160 x = tensor.Tensor((3,))
161 x.set_value(1)
162 y = 2 / x
163 self.assertEqual(tensor.average(y), 2.)
164
165 def matmul_high_dim_helper(self, dev):
166 configs = [

Callers

nothing calls this directly

Calls 2

set_valueMethod · 0.95
TensorMethod · 0.80

Tested by

no test coverage detected