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

Function NumpyArrayS64

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

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

(*args, **kwargs)

Source from the content-addressed store, hash-verified

92
93
94def NumpyArrayS64(*args, **kwargs):
95 """Convenience wrapper to create Numpy arrays with a np.int64 dtype."""
96 return np.array(*args, dtype=np.int64, **kwargs)
97
98
99def NumpyArrayBool(*args, **kwargs):

Callers 1

setUpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected