Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 1x30x1xi32 (0.14 sec)

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

      %cst = arith.constant dense<[1, -1, 4]> : tensor<3xi32>
      // CHECK: "tfl.reshape"(%arg0, %cst)
      %0 = "tfl.reshape"(%arg0, %cst) : (tensor<3x4xi32>, tensor<3xi32>) -> tensor<1x3x4xi32>
      func.return %0 : tensor<1x3x4xi32>
    }
    
    // -----
    
    func.func @invalid_two_dynamic_dims_on_reshape(%arg0: tensor<3x4xi32>) -> tensor<1x3x4xi32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
Back to top