MCPcopy 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_saxpyMethod · 0.45
test_saxpy_1mMethod · 0.45
test_negationMethod · 0.45
test_subtractionMethod · 0.45
test_divisionMethod · 0.45
test_reverse_opsMethod · 0.45
test_sqrt_abs_sinMethod · 0.45
test_log_expMethod · 0.45
test_floor_ceil_roundMethod · 0.45
test_reluMethod · 0.45
test_sumMethod · 0.45
test_meanMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_saxpyMethod · 0.36
test_saxpy_1mMethod · 0.36
test_negationMethod · 0.36
test_subtractionMethod · 0.36
test_divisionMethod · 0.36
test_reverse_opsMethod · 0.36
test_sqrt_abs_sinMethod · 0.36
test_log_expMethod · 0.36
test_floor_ceil_roundMethod · 0.36
test_reluMethod · 0.36
test_sumMethod · 0.36
test_meanMethod · 0.36