def _from_np()
in
dict_minimize/jax_api.py [0:0]
3
lines of code
1
McCabe index (conditional complexity)
def _from_np(X, dtype): Xt = np.asarray(X, dtype=dtype) return Xt