Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 10x12xui32 (0.07 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        func.return %2 : tensor<1xi32>
      }
    
      // CHECK-LABEL: func @tensor_cast_partial_infer
      func.func @tensor_cast_partial_infer(%arg0: tensor<?x10xi32>) -> tensor<10x?xi32> {
       // CHECK: return {{.*}} : tensor<10x10xi32>
        %2 = tensor.cast %arg0 : tensor<?x10xi32> to tensor<10x?xi32>
        func.return %2 : tensor<10x?xi32>
      }
    
      // CHECK-LABEL: operand_pack_unranked
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
Back to top