Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YuminosukeSato/ironkernel
/ asarray
Method
asarray
python/ironkernel/_facade.py:112–113 ·
view source on GitHub ↗
(self, array: Any)
Source
from the content-addressed store, hash-verified
110
self._backend = _BackendRuntimeModule()
111
112
def
asarray(self, array: Any) -> Buffer:
113
return
self._backend.asarray(array)
114
115
def
go(
116
self,
Callers
15
test_saxpy
Method · 0.45
test_saxpy_1m
Method · 0.45
test_negation
Method · 0.45
test_subtraction
Method · 0.45
test_division
Method · 0.45
test_reverse_ops
Method · 0.45
test_sqrt_abs_sin
Method · 0.45
test_log_exp
Method · 0.45
test_floor_ceil_round
Method · 0.45
test_relu
Method · 0.45
test_sum
Method · 0.45
test_mean
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_saxpy
Method · 0.36
test_saxpy_1m
Method · 0.36
test_negation
Method · 0.36
test_subtraction
Method · 0.36
test_division
Method · 0.36
test_reverse_ops
Method · 0.36
test_sqrt_abs_sin
Method · 0.36
test_log_exp
Method · 0.36
test_floor_ceil_round
Method · 0.36
test_relu
Method · 0.36
test_sum
Method · 0.36
test_mean
Method · 0.36