Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for gids (0.04 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    embedding_indices and aggregation_weights into rows.
    It corresponds to ids.row_splits in embedding_lookup(), when ids is a
    RaggedTensor.}]>:$sample_splits,
        Arg<Variadic<TF_I32OrI64Tensor>, [{A list of rank 1 Tensors, indices into the embedding tables.
    It corresponds to ids.values in embedding_lookup(), when ids is a RaggedTensor.}]>:$embedding_indices,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

        *   Benchmark for tf.scan in graph and eager modes.
        *   Added complex128 support to FFT, FFT2D, FFT3D, IFFT, IFFT2D, and IFFT3D.
        *   Making ids unique in `nn.embedding_lookup_sparse`. This helps to reduce
            RPC calls for looking up the embeddings when there are repeated ids in
            the batch.
        *   Support indicator column in boosted trees.
        *   Prevent `tf.gradients()` from backpropagating through integer tensors.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top