Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 2x5x21xf32 (0.09 sec)

  1. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %cst_add = arith.constant dense<2.0> : tensor<2x512xf32>  // Not 1D
      %cst_weights = arith.constant dense<3.0> : tensor<1024x512xf32>
      %cst_bias = arith.constant dense<5.0> : tensor<1024xf32>
    
      %0 = "tfl.add"(%arg, %cst_add) {fused_activation_function = "NONE"} : (tensor<2x512xf32>, tensor<2x512xf32>) -> tensor<2x512xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    // CHECK:           }) : (tensor<5x4x3x7xf32>, tensor<2x2xi32>, tensor<2x5x3xf32>) -> tensor<5x4x3x7xf32>
    // CHECK:           return %[[VAL_3]] : tensor<5x4x3x7xf32>
    // CHECK:         }
    func.func @convert_scatter_update_to_non_trailing_operand_dimensions(
      %arg0: tensor<5x4x3x7xf32>,
      %arg1: tensor<2x2xi32>,
      %arg2: tensor<2x5x3xf32>) -> tensor<5x4x3x7xf32>
    {
      %0 = "mhlo.scatter"(%arg0, %arg1, %arg2) ({
    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/tf2xla/tests/legalize-tf.mlir

    func.func @conv2d_backprop_input_grouped(
        %filter: tensor<2x2x5x21xf32>,
        %out_backprop: tensor<5x2x2x21xf32>
      ) -> tensor<5x3x3x15xf32> {
      %input_sizes = "tf.Const" () { value = dense<[5, 3, 3, 15]> : tensor<4xi32> } : () -> tensor<4xi32>
    
      // Verify filter transformation for grouped convolution.
    
      // CHECK: %[[RESHAPE:.*]] = mhlo.reshape %arg0 : (tensor<2x2x5x21xf32>) -> tensor<2x2x5x3x7xf32>
    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