Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/hlo_matchers.cc

    // 1. IotaOp.
    // 2. IotaOp + BroadCastInDim.
    // 3. IotaOp + Reshape.
    // 4. Constant (folded Iota) + BroadCastInDim.
    // 5. Constant (folded result).
    // Moreover, the dimensions has to match the iota_dimension.
    bool MatchIota(DenseIntElementsAttr dimensions, Value iota) {
      return MatchSingleIota(dimensions, iota) ||
             MatchIotaBroadCastInDim(dimensions, iota) ||
             MatchReshapedIota(dimensions, iota) ||
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11.6K bytes
    - Viewed (0)
Back to top