Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 64x84x32xf32 (0.15 sec)

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

      func.return %0 : tensor<64x84x32xf32>
    }
    
    // -----
    
    func.func @testTransposeConvBadOutputShape(%arg1: tensor<32x4x4x128xf32>, %arg2: tensor<1x32x42x128xf32>) -> tensor<1x64x84x31xf32> {
      %cst = arith.constant dense<[1, 64, 84, 32]> : tensor<4xi32>
      %cst_1 = "tfl.no_value"() {value = unit} : () -> none
      // expected-error @+1 {{expect output type tensor<1x64x84x32xf32>, got tensor<1x64x84x31xf32>}}
    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