feature
¶
Classes:
Functions:
ArrayPrimitiveTypeSpec
dataclass
¶
ArrayPrimitiveTypeSpec(
name: str,
type_id: int,
dtype_token: int,
element_size_bytes: int | None,
buffer_view_compatible: bool,
)
build_array_runtime_feature
¶
build_array_runtime_feature() -> RuntimeFeature
Source code in packages/irx/src/irx/builder/runtime/array/feature.py
239 240 241 242 243 244 245 246 | |