Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for increase_3rd_operand_3_times (0.14 sec)

  1. tensorflow/compiler/mlir/lite/tests/reduce_while_operands.mlir

    //
    // func increase_3rd_operand_3_times():
    //   s2 = 0
    //   whlie (s2 < 3) {
    //     s2 = s2 + 1
    //   }
    //   return s2
    // }
    //
    // CHECK-LABEL:   func @increase_3rd_operand_3_times() -> tensor<i32> {
    // CHECK-DAG:       %[[CST_0:.*]] = arith.constant dense<1.000000e+00> : tensor<f32>
    // CHECK-DAG:       %[[CST_1:.*]] = arith.constant dense<0.000000e+00> : tensor<f32>
    // CHECK-DAG:       %[[CST_2:.*]] = arith.constant dense<0> : tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 14:24:59 UTC 2022
    - 3.1K bytes
    - Viewed (0)
Back to top