Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 8x16xf16 (0.33 sec)

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

      %0 = "tf.Softplus"(%arg0) : (tensor<8x16xf16>) -> tensor<8x16xf16>
    
      // CHECK:     return [[ENTRY_SELECT]] : tensor<8x16xf16>
      func.return %0 : tensor<8x16xf16>
    }
    
    // -----
    
    // CHECK-LABEL: func @softplus_bf16
    // CHECK-SAME: ([[FEATURES:%.*]]: tensor<8x16xbf16>)
    func.func @softplus_bf16(%arg0: tensor<8x16xbf16>) -> tensor<8x16xbf16> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/optimize.mlir

        // CHECK: %cst_0 = arith.constant dense<[1, 1, 1, 128]> : tensor<4xi32>
        // CHECK: %cst_1 = arith.constant dense<[8, 1]> : tensor<2xi32>
        // CHECK: %0 = "tfl.reshape"(%arg0, %cst_1) : (tensor<1x8xf32>, tensor<2xi32>) -> tensor<8x1xf32>
        // CHECK: %1 = tfl.mul(%0, %cst) <{fused_activation_function = "NONE"}> : (tensor<8x1xf32>, tensor<8x16xf32>) -> tensor<8x16xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
Back to top