Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for instance_key (0.39 sec)

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

    collective ops. In this case, keys that are unique at runtime
    (e.g. `instance_key`) should be used to distinguish collective groups.
      }];
    
      let arguments = (ins
        TF_FpOrI32OrI64Tensor:$input,
        TF_Int32Tensor:$group_size,
        TF_Int32Tensor:$group_key,
        TF_Int32Tensor:$instance_key,
        Variadic<TF_ResourceTensor>:$ordering_token,
    
    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