BaseInitializer

public abstract class BaseInitializer
Known Direct Subclasses
Known Indirect Subclasses

Abstract base class for all Initializers

Public Methods

Ops
getTF()
Gets the TensorFlow Ops

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
org.tensorflow.framework.initializers.Initializer
abstract Operand<T>
call(Operand<TInt64> dims, Class<T> type)
Generates the operation used to perform the initialization.

Public Methods

public Ops getTF ()

Gets the TensorFlow Ops

Returns
  • the TensorFlow Ops