Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 1x512x512x2xf32 (0.16 sec)

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

    // CHECK:           return %[[VAL_5]] : tensor<1x512x512x2xf32>
    // CHECK:         }
    func.func @convert_conv2d_back_prop_input_same_pad(%arg0: tensor<1x256x256x2xf32>, %arg1: tensor<4x4x2x2xf32>) -> tensor<1x512x512x2xf32> {
      %0 = "mhlo.convolution"(%arg0, %arg1) {batch_group_count = 1 : i64,
    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/lite/tests/optimize.mlir

      %896 = "tfl.mul"(%arg2, %894) {fused_activation_function = "NONE"} : (tensor<1x512x512x128xf32>, tensor<1x1x1x128xf32>) -> tensor<1x512x512x128xf32>
    
      return %895, %896 : tensor<1x512x512x128xf32>, tensor<1x512x512x128xf32>
    
      // CHECK:  %0 = tfl.mul(%arg0, %arg1)
      // CHECK:  %1 = tfl.mul(%arg2, %arg0)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/prepare-tf.mlir

      return %3 : tensor<1x112x112x2xf32>
      // CHECK: %cst = arith.constant dense<0.000000e+00> : tensor<2xf32>
      // CHECK: %cst_0 = arith.constant dense<6.000000e+00> : tensor<1x3x3x2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      return %result : tensor<?x512x512x1xf32>
    }
    
    // -----
    
    // CHECK-LABEL: @conv2d_backprop_input
    func.func @conv2d_backprop_input(
        %filter: tensor<3x3x1x32xf32>,
        %out_backprop: tensor<100x26x26x32xf32>
    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