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

Method test_kfloat32_int_cpu

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

Source from the content-addressed store, hash-verified

540 self._kfloat32_int(gpu_dev)
541
542 def test_kfloat32_int_cpu(self):
543 self._kfloat32_int(cpu_dev)
544
545 def _kint_float(self, dev=gpu_dev):
546 np.random.seed(0)

Callers

nothing calls this directly

Calls 1

_kfloat32_intMethod · 0.95

Tested by

no test coverage detected