Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 0x0100 (0.05 sec)

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

        : TFL_Op<"bucketize", [Pure, SameOperandsAndResultShape]> {
      let summary = "Bucketizes 'input' based on 'boundaries'.";
    
      let description = [{
    Example:
    
    If the inputs are `boundaries = [0, 10, 100]` and
    `input = [[-5, 10000][150, 10][5, 100]]`,
    then the output will be `output = [[0, 3][3, 2][1, 3]]`.
      }];
    
      let arguments = (ins
        TFL_TensorOf<[F32, F64, I32, I64]>:$input,
    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