TensorFactoryRegistry

Global registry for tensor data factories, enabling factory management for different precision types.

This registry implements Task 1.2.3: Add factory management for different precision types.

Functions

Link copied to clipboard
Link copied to clipboard
fun hasFactory(dtype: DType): Boolean
Link copied to clipboard
fun <T : DType, V> registerFactory(dtype: T, factory: TensorDataFactory)