Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 1120x8xi32 (0.14 sec)

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

    // CHECK: %[[RESULT:.*]] = "tf.FloorMod"(%arg0, %arg1) : (tensor<192x8xi32>, tensor<192x8xi32>) -> tensor<192x8xi32>
    // CHECK: return %[[RESULT]]
    // CHECK: }
    func.func @convert_floor_mod_int(%arg0: tensor<192x8xi32>, %arg1: tensor<192x8xi32>) -> tensor<192x8xi32> {
      %0 = mhlo.constant dense<0> : tensor<192x8xi32>
      %1 = mhlo.remainder %arg0, %arg1 : tensor<192x8xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
Back to top