View source on GitHub |
An initializer that initializes the table with vocabulary ids.
tf.tpu.experimental.embedding.RowIdInitializer(
offset: int = 0
)
Methods
__call__
__call__(
shape: Union[Sequence[int], tf.TensorShape
],
dtype: tf.dtypes.DType
) -> core.Tensor
Call self as a function.