MCPcopy Create free account
hub / github.com/YuminosukeSato/ironkernel / map

Method map

python/ironkernel/_facade.py:42–43  ·  view source on GitHub ↗
(self, spec: KernelSpec, **kwargs: Any)

Source from the content-addressed store, hash-verified

40 return self._backend.elementwise(expr_or_fn)
41
42 def map(self, spec: KernelSpec, **kwargs: Any) -> MapSpec:
43 return self._backend.map(spec, **kwargs)
44
45 def where(self, cond: Expr, true_val: Expr | int | float, false_val: Expr | int | float) -> Expr:
46 return self._backend.where_(cond, true_val, false_val)

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
_make_identity_mapFunction · 0.45
test_saxpy_decoratorMethod · 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
_make_identity_mapFunction · 0.36
test_saxpy_decoratorMethod · 0.36