Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReducerOptions (0.12 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        DefaultValuedOptionalAttr<BoolAttr, "false">:$keep_dims
      );
    
      let results = (outs
        TFL_BoolTensor:$output
      );
    
      let hasOptions = 1;
      let customOption = "ReducerOptions";
    }
    
    def TFL_ReduceAllOp : TFL_Op<"reduce_all", [Pure]> {
      let summary = [{
    Computes the "logical and" of elements across dimensions of a tensor.
      }];
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top