TensorCreationScopeImpl
class TensorCreationScopeImpl<T : DType, V>(val executionContext: ExecutionContext, val shape: Shape, val dtype: KClass<T>) : TensorCreationScope<T, V> (source)
Implementation of TensorCreationScope