Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 2xui8 (0.23 sec)

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

    // CHECK:       %[[POP_CNT:.*]] = "tf.PopulationCount"(%[[ARG_0]]) : (tensor<8xui8>) -> tensor<8xui8>
    // CHECK:       return %[[POP_CNT]]
    // CHECK:         }
    func.func @convert_population_count_ui8(%arg0: tensor<8xui8>) -> tensor<8xui8> {
      %0 = "mhlo.popcnt"(%arg0) : (tensor<8xui8>) -> tensor<8xui8>
      func.return %0 : tensor<8xui8>
    }
    
    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