Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 8xui8 (0.03 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)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    }
    
    // -----
    
    // CHECK-LABEL: func @bitcast_smaller_input_width
    func.func @bitcast_smaller_input_width(%arg0: tensor<8xi8>) -> tensor<i64> {
      // CHECK:  mhlo.bitcast_convert %arg0 : (tensor<8xi8>) -> tensor<i64>
      %0 = "tf.Bitcast"(%arg0) : (tensor<8xi8>) -> tensor<i64>
      func.return %0 : tensor<i64>
    }
    
    // -----
    
    // CHECK-LABEL: func @bitcast_smaller_output_width
    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