Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for val16 (0.03 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    // CHECK:           %[[VAL_15:.*]] = "tf.Div"(%[[VAL_13]], %[[VAL_14]]) : (tensor<2x3xi32>, tensor<3xi32>) -> tensor<2x3xi32>
    // CHECK:           %[[VAL_16:.*]] = "tf.Select"(%[[VAL_6]], %[[VAL_7]], %[[VAL_15]]) : (tensor<2x3xi1>, tensor<2x3xi32>, tensor<2x3xi32>) -> tensor<2x3xi32>
    // CHECK:           return %[[VAL_16]] : tensor<2x3xi32>
    // CHECK:         }
    func.func @floordiv_broadcast_i32(%arg0: tensor<2x3xi32>, %arg1: tensor<3xi32>) -> tensor<2x3xi32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    // CHLO:   %[[VAL_4:.*]] = mhlo.constant dense<1.000000e+00>
    // CHLO:   %[[VAL_5:.*]] = mhlo.multiply %arg0, %arg0
    // CHLO:   %[[VAL_6:.*]] = mhlo.subtract %[[VAL_4]], %[[VAL_5]]
    // CHLO:   %[[VAL_7:.*]] = mhlo.sqrt %[[VAL_6]]
    // CHLO:   %[[VAL_8:.*]] = mhlo.constant dense<1.000000e+00>
    // CHLO:   %[[VAL_9:.*]] = mhlo.add %[[VAL_8]], %arg0
    // CHLO:   %[[VAL_10:.*]] = mhlo.atan2 %[[VAL_7]], %[[VAL_9]]
    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