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.
Implementation of WeightsScope for weights initialization.