initialize

open override fun initialize(fanIn: Int, fanOut: Int, tf: Ops, shape: Operand<Int>, name: String): Operand<Float>

Returns a Tensor object initialized as specified by the initializer.

Parameters

fanIn

The maximum number of inputs that an initializer can accept.

fanOut

The maximum number of inputs that the output of an initializer can feed to other steps.

tf

Tensorflow Ops Accessor.

shape

Shape of the tensor.

name

Initializer name.