Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for val6 (0.15 sec)

  1. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      "tf.WhileRegion"() ({
        // CHECK: [[VAL3:%.+]] = mhlo.compare LT, [[VAL0]], [[VAL1]]
        %2 = "mhlo.compare"(%0, %1) {comparison_direction = #mhlo<comparison_direction LT>} : (tensor<i32>, tensor<i32>) -> tensor<i1>
        // CHECK: mhlo.return [[VAL3]]
        "tf.Yield"(%2) : (tensor<i1>) -> ()
      }, {
        // CHECK: [[VAL3:%.+]] = mhlo.add [[VAL0]], [[VAL1]]
        %2 = mhlo.add %0, %1 : tensor<i32>
        // CHECK: mhlo.return
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
Back to top