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

Function NumpyArrayF64

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

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

(*args, **kwargs)

Source from the content-addressed store, hash-verified

82
83
84def NumpyArrayF64(*args, **kwargs):
85 """Convenience wrapper to create Numpy arrays with a np.float64 dtype."""
86 return np.array(*args, dtype=np.float64, **kwargs)
87
88
89def NumpyArrayS32(*args, **kwargs):

Calls

no outgoing calls

Tested by

no test coverage detected