Interface Initializer<T extends TType>
- Type Parameters:
T- The data Type for initializer operation
- All Known Implementing Classes:
BaseInitializer, Constant, Glorot, He, Identity, LeCun, Ones, Orthogonal, RandomNormal, RandomUniform, TruncatedNormal, VarianceScaling, Zeros
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface for Initializers
-
Method Summary
-
Method Details
-
call
Generates the operation used to perform the initialization.- Parameters:
tf- the TensorFlow Opsdims- the shape dimensionstype- the type of tensor- Returns:
- An operand for the initialization.
- Throws:
IllegalStateException- if the object has not been initialized with the TensorFlow Platform.
-