MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / test3D

Method test3D

tensorflow/compiler/tests/scan_ops_test.py:120–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118 self._compareAll(x, axis)
119
120 def test3D(self):
121 for dtype in self.valid_dtypes:
122 x = np.arange(0, 20).reshape([2, 2, 5]).astype(dtype)
123 for axis in (-3, -2, -1, 0, 1, 2):
124 self._compareAll(x, axis)
125
126 def test6D(self):
127 for dtype in self.valid_dtypes:

Callers

nothing calls this directly

Calls 2

_compareAllMethod · 0.95
reshapeMethod · 0.80

Tested by

no test coverage detected