Initializer

public interface Initializer
Known Indirect Subclasses

An interface for Initializers

Public Methods

abstract Operand<T>
call(Operand<TInt64> dims, Class<T> type)
Generates the operation used to perform the initialization.

Public Methods

public abstract Operand<T> call (Operand<TInt64> dims, Class<T> type)

Generates the operation used to perform the initialization.

Parameters
dims the shape dimensions
type the type of tensor
Returns
  • An operand for the initialization.