Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SCATTER_ND (0.13 sec)

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

      %shape = arith.constant dense<[2]> : tensor<1xi32>
      %0 = "tfl.scatter_nd"(%cst, %arg0, %shape) : (tensor<1x1xi32>, tensor<1xf32>, tensor<1xi32>) -> tensor<2xf32>
      func.return %0 : tensor<2xf32>
    
    // CHECK-LABEL: DontConvertIdentityScatterNdWithLargerOutputDimSize
    // CHECK: %[[SCATTER_ND:.*]] = "tfl.scatter_nd"(%{{.*}}, %arg0, %{{.*}})
    // CHECK-NEXT: return %[[SCATTER_ND]] : tensor<2xf32>
    }
    
    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