Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CollectiveReduceV2 (0.15 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/decompose_resource_ops.mlir

      %token: tensor<!tf_type.resource<tensor<f32>>>
    ) -> tensor<3xi64> {
      %0 = "tf_device.cluster"() ({
        // arg4 shall have been removed.
        // CHECK: tf.CollectiveReduceV2
        // CHECK-NOT: [[TOKEN]]
        // CHECK-SAME: merge_op
        %0 = "tf.CollectiveReduceV2"(%input, %group_size, %group_key, %instance_key, %token) {
                    merge_op = "Add", final_op = "Id" } : (
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 19:47:48 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/mark_for_compilation_pass.cc

                "LeakyReluGrad", "Elu", "EluGrad", "Selu", "SeluGrad", "Select",
                "SelectV2", "Transpose", "ConjugateTranspose",
                "_UnaryOpsComposition", "CollectiveReduceV2",
                "CollectiveAssignGroupV2",
                // The following 5 operations are converted to identity
                "PlaceholderWithDefault", "PreventGradient", "StopGradient",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top