EmbeddingBag ============ Computes sums or means of bags of embeddings, without instantiating the intermediate embeddings. **Abstract Signature:** ``EmbeddingBag(input: Tensor, weight: Tensor, offsets: Tensor, max_norm: float, norm_type: float = 2.0, scale_grad_by_freq: bool = False, mode: str = mean, sparse: bool = False, per_sample_weights: Tensor, include_last_offset: bool = False, padding_idx: int)`` .. raw:: html
——tf.nn.embedding_lookup_sparse——