Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Frank (0.05 sec)

  1. RELEASE.md

            as `tf.tpu.experimental.embedding.serving_embedding_lookup` which can
            take arbitrary rank of dense and sparse tensor. For ragged tensor,
            though the input tensor remains to be rank 2, the activations now can be
            rank 2 or above by specifying the output shape in the feature config or
            via the build method.
    
    *   Add
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    ```python
        # Scalar indices (output is rank(params) - 1).
        output[a_0, ..., a_n, b_0, ..., b_n] =
          params[a_0, ..., a_n, indices, b_0, ..., b_n]
    
        # Vector indices (output is rank(params)).
        output[a_0, ..., a_n, i, b_0, ..., b_n] =
          params[a_0, ..., a_n, indices[i], b_0, ..., b_n]
    
        # Higher rank indices (output is rank(params) + rank(indices) - 1).
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top