Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    Sorts one or more tensors, with support for custom comparator, dimension, and
    is_stable attributes.
      }];
    
      let arguments = (ins
        Arg<Variadic<TF_Tensor>, [{A list of `Tensor` of identical shape but possibly different types.}]>:$inputs,
        Arg<TF_Int32Tensor, [{The dimension along which to sort. Must be a compile-time constant.}]>:$dimension,
    
        SymbolRefAttr:$comparator,
        BoolAttr:$is_stable
      );
    
    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