Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 8x8x1x207xf32 (0.39 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize-tfl-stablehlo-conv.mlir

      func.return %0 : tensor<16x8x8x1xf32>
      }
    }
    
    // CHECK: module {
    // CHECK-NEXT:   func.func @main(%arg0: tensor<8x8x1x207xf32>, %arg1: tensor<3x3x16x207xf32>) -> tensor<16x8x8x1xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 24 06:08:43 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

           (tensor<1x8x8x207xf32>, tensor<3x3x207x16xf32>) -> tensor<1x8x8x16xf32>
      func.return %0 : tensor<1x8x8x16xf32>
    }
    
    // CHECK-LABEL:   func @convert_conv2d_with_transpose(
    // CHECK-SAME:                         %[[VAL_0:.*]]: tensor<8x8x1x207xf32>,
    // CHECK-SAME:                         %[[VAL_1:.*]]: tensor<3x3x16x207xf32>) -> tensor<16x8x8x1xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      // CHECK: %0 = "tfl.conv_2d"(%arg0, %arg1, %cst)
    }
    
    // CHECK-LABEL: fuseExpanded1DMulIntoConv2d
    func.func @fuseExpanded1DMulIntoConv2d(%arg0: tensor<1x8x8x207xf32>) -> tensor<1x8x8x256xf32> {
      %cst_0 = arith.constant dense<1.4> : tensor<256x3x3x207xf32>
      %cst_1 = arith.constant dense<1.5> : tensor<256xf32>
      %cst_2 = arith.constant dense<2.0> : tensor<1x1x1x256xf32>
    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