Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for 5x7x1xf32 (0.18 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    func.func @testTranspose(tensor<2x3xf32>) -> tensor<3x2x1xf32> {
    ^bb0(%arg0: tensor<2x3xf32>):
      %cst = arith.constant dense<[1, 0]> : tensor<2xi32>
      // expected-error @+1 {{x should be of the same rank with y, got x of rank 2, and y of rank 3}}
      %0 = "tf.Transpose"(%arg0, %cst) {T = "tfdtype$DT_FLOAT", Tperm = "tfdtype$DT_INT32"} : (tensor<2x3xf32>, tensor<2xi32>) -> tensor<3x2x1xf32>
      func.return %0 : tensor<3x2x1xf32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
Back to top