Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Summarize (0.43 sec)

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

    If `condition` evaluates to false, print the list of tensors in `data`.
    `summarize` determines how many entries of the tensors to print.
      }];
    
      let arguments = (ins
        Arg<TF_BoolTensor, [{The condition to evaluate.}]>:$condition,
        Arg<Variadic<TF_Tensor>, [{The tensors to print out when condition is false.}]>:$data,
    
        DefaultValuedOptionalAttr<I64Attr, "3">:$summarize
      );
    
      let results = (outs);
    
    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