Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for participating (0.21 sec)

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

    input: the input to the reduction
    data: the value of the reduction across all `num_devices` devices.
    reduction: the reduction operation to perform.
    num_devices: The number of devices participating in this reduction.
    shared_name: Identifier that shared between ops of the same reduction.
      }];
    
      let arguments = (ins
        TensorOf<[TF_Float16, TF_Float32, TF_Float64, TF_Int32, TF_Int64]>:$input,
    
    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