Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for EMBEDDING_LOOKUP_SPARSE (0.23 sec)

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

    An op that enqueues TPUEmbedding input indices from a SparseTensor.
      }];
    
      let description = [{
    This Op eases the porting of code that uses embedding_lookup_sparse(),
    although some Python preprocessing of the SparseTensor arguments to
    embedding_lookup_sparse() is required to produce the arguments to this Op,
    since only a single EnqueueTPUEmbeddingSparseBatch Op is allowed per training
    step.
    
    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

    *   `tf.nn`
    
        *   `tf.nn.embedding_lookup_sparse` and `tf.nn.safe_embedding_lookup_sparse` now support ids and weights described by `tf.RaggedTensor`s.
        *   Added a new boolean argument `allow_fast_lookup` to `tf.nn.embedding_lookup_sparse` and `tf.nn.safe_embedding_lookup_sparse`, which enables a simplified and typically faster lookup procedure.
    
    *   `tf.data`
    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