Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for outputDir (0.09 sec)

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

      let description = [{
    Read
    [the section on segmentation](https://tensorflow.org/api_docs/python/tf/math#Segmentation)
    for an explanation of segments.
    
    Computes a tensor such that
    \\(output_i = \max_j(data_j)\\) where `max` is over `j` such
    that `segment_ids[j] == i`.
    
    If the max is empty for a given segment ID `i`, `output[i] = 0`.
    
    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