WeightsScopeImpl

class WeightsScopeImpl<T : DType, V>(val executionContext: ExecutionContext, val shape: Shape, val dtype: KClass<T>) : WeightsScope<T, V> (source)

Implementation of WeightsScope for weights initialization.

Constructors

Link copied to clipboard
constructor(executionContext: ExecutionContext, shape: Shape, dtype: KClass<T>)

Properties

Link copied to clipboard
open override val dtype: KClass<T>
Link copied to clipboard
Link copied to clipboard
open override val shape: Shape