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

Method test_kint_float_cpu

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

Source from the content-addressed store, hash-verified

557 self._kint_float(gpu_dev)
558
559 def test_kint_float_cpu(self):
560 self._kint_float(cpu_dev)
561
562 def _kint_kint(self, dev=gpu_dev):
563 a_np = np.array([[[17, 4, 9, 22, 18], [-9, 9, -1, -1, 4],

Callers

nothing calls this directly

Calls 1

_kint_floatMethod · 0.95

Tested by

no test coverage detected