Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 3x2x2xi16 (0.11 sec)

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

      %0 = "tf.Bitcast"(%arg0) : (tensor<3x2xi16>) -> tensor<2xi32>
      func.return %0 : tensor<2xi32>
    }
    
    // -----
    
    // CHECK-LABEL: func @testBitcast_v6
    func.func @testBitcast_v6(%arg0: tensor<3x2xi32>) -> tensor<3x2x2xi16> {
      %0 = "tf.Bitcast"(%arg0) : (tensor<3x2xi32>) -> tensor<3x2x2xi16>
      func.return %0 : tensor<3x2x2xi16>
    }
    
    // -----
    
    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