Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 5x8x9xf32 (0.12 sec)

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

    // CHECK:  return %[[RESULT]]
    }
    
    func.func @ConvertSqueezeToReshapeWithDynamicDimension2(%arg0: tensor<?x1x8x3xf32>) -> tensor<1x8x3xf32> {
      %0 = "tfl.squeeze"(%arg0) {squeeze_dims = [0]}: (tensor<?x1x8x3xf32>) -> tensor<1x8x3xf32>
      func.return %0: tensor<1x8x3xf32>
    
    // CHECK-LABEL: ConvertSqueezeToReshapeWithDynamicDimension2
    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/tf2xla/tests/legalize-tf.mlir

      %0 = "tf.InplaceUpdate"(%arg0, %arg2, %arg1) : (tensor<8x8x4xf32>, tensor<3xi32>, tensor<3x8x4xf32>) -> tensor<8x8x4xf32>
    
      // CHECK:  return [[UPDATE3]] : tensor<8x8x4xf32>
      func.return %0 : tensor<8x8x4xf32>
    }
    
    // -----
    
    // CHECK-LABEL: xla_dynamic_update_slice
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    // CHECK:           return %[[VAL_7]] : tensor<5x7x9xi32>
    // CHECK:         }
    func.func @convert_iota_3d() -> tensor<5x7x9xi32> {
      %0 = "mhlo.iota"() <{ iota_dimension = 1 : i64 }> : () -> tensor<5x7x9xi32>
      func.return %0 : tensor<5x7x9xi32>
    }
    
    // CHECK-LABEL:   func @convert_avgpool_valid(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
Back to top