Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 8x1x16x1280xf32 (0.14 sec)

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

      %transpose_second = "tfl.transpose"(%gather_nd_second, %transpose_second_perm) : (tensor<16x1x16x1280xf32>, tensor<4xi32>) -> tensor<1x16x16x1280xf32>
      return %transpose_second : tensor<1x16x16x1280xf32>
    }
    
    // CHECK-LABEL:   func @dont_fuse_non_2d_upscaling_wrong_perm
    func.func @dont_fuse_non_2d_upscaling_wrong_perm(%arg0: tensor<8x1x8x1280xf32>) -> tensor<1x16x16x1280xf32> {
      // CHECK-NOT: "tfl.resize_nearest_neighbor"
    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