Package-level declarations
Types
Link copied to clipboard
Creates convolution kernel tensors
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Common image processing initializations
Link copied to clipboard
Creates image tensors in BCHW (Batch, Channel, Height, Width) format
Link copied to clipboard
Types of tensor initialization
Link copied to clipboard
Creates weight tensors for MLP layers with common initialization strategies
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface TensorContextDslItem
Link copied to clipboard
Link copied to clipboard
class TensorCreationScopeImpl<T : DType, V>(val executionContext: ExecutionContext, val shape: Shape, val dtype: KClass<T>) : TensorCreationScope<T, V>
Implementation of TensorCreationScope
Link copied to clipboard
Link copied to clipboard
Context wrapper that provides tensor data factory access
Link copied to clipboard
class TensorInitializer<T : DType, V>(dtype: KClass<T>, shape: Shape, initType: InitializationType<V>)
Initializer that holds the complete tensor specification
Link copied to clipboard
Link copied to clipboard
class TypedDataContextDslImpl<T : DType, V>(baseExecutionContext: ExecutionContext, val defaultDType: KClass<T>) : TypedDataContextDsl<T, V>