• Maps positive integers (indices) into dense vectors of fixed size. E.g. [[4], [20]] -> [[0.25, 0.1], [0.6, -0.2]]

    Input shape: 2D tensor with shape: [batchSize, sequenceLength].

    Output shape: 3D tensor with shape: [batchSize, sequenceLength, outputDim].

    Parameters

    • args: EmbeddingLayerArgs

    Returns Embedding

    Doc

Generated using TypeDoc