Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 71 of 71 for tparams (0.07 sec)

  1. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    arguments, either tensors or resources.
    
    The primary benefit of the pass is to hoist `num_replicas` `_TPUCompile`s
    into a single `_TPUCompile`.
    
    This pass assumes that when a `tf.Shape` directly inputs from `replicate`
    params, then it is the same shape across replicas.
    
    For example, the following
    
    ```mlir
    tf_device.replicate([%0, %1] as %ri: tensor<*xi32>) {n = 2 : i32} {
      %2 = "tf.Shape"(%ri) : (tensor<*xi32>) -> tensor<?xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top