Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resize_nearest_neighbor (0.33 sec)

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

      return %2 : tensor<10xf32>
    }
    
    // CHECK-LABEL:   func @fuse_2d_upscaling
    func.func @fuse_2d_upscaling(%arg0: tensor<8x1x8x1280xf32>) -> tensor<1x16x16x1280xf32> {
      // CHECK: "tfl.resize_nearest_neighbor"
      %cst = "tfl.pseudo_const"() {value = dense<[[0], [0], [1], [1], [2], [2], [3], [3], [4], [4], [5], [5], [6], [6], [7], [7]]> : tensor<16x1xi32>} : () -> tensor<16x1xi32>
    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