TensorCreationScopeImpl

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

Implementation of TensorCreationScope

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