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

Function NumpyArrayS32

tensorflow/compiler/xla/python/xla_client_test.py:89–91  ·  view source on GitHub ↗

Convenience wrapper to create Numpy arrays with a np.int32 dtype.

(*args, **kwargs)

Source from the content-addressed store, hash-verified

87
88
89def NumpyArrayS32(*args, **kwargs):
90 """Convenience wrapper to create Numpy arrays with a np.int32 dtype."""
91 return np.array(*args, dtype=np.int32, **kwargs)
92
93
94def NumpyArrayS64(*args, **kwargs):

Callers 15

testShiftLeftMethod · 0.85
testShiftRightLogicalMethod · 0.85
setUpMethod · 0.85
testPopulationCountMethod · 0.85
testCountLeadingZerosMethod · 0.85
testEqMethod · 0.85
testNeMethod · 0.85
testGtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected