Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for 16xi32 (0.2 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/resource_op_lifting.mlir

        %4 = "tf.ReadVariableOp"(%0) {dtype = i32} : (tensor<*x!tf_type.resource<tensor<*xi32>>>) -> tensor<1xi32>
        tf_device.return %4 : tensor<1xi32>
      }) {cluster_attr = "cluster_attr"} : () -> tensor<1xi32>
    
      // CHECK: return %[[CLUSTER_RES]]#0
      func.return %1 : tensor<1xi32>
    }
    
    // -----
    
    // Tests that anonymous internal resource operations are eliminated.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 74K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    ```mlir
      %2 = "tf.A"(%arg0) : (tensor<?xi32>) -> tensor<?xi32>
      %3 = "tf.B"(%2) {device = "tpu0"} : (tensor<?xi32>) -> tensor<?xi32>
      %4 = "tf.C"(%2, %3) {device = "tpu0"} : (tensor<?xi32>, tensor<?xi32>) -> tensor<?xi32>
      %5 = "tf.D"(%4) : (tensor<?xi32>) -> tensor<?xi32>
    ```
    
    After the pass, we will have:
    
    ```mlir
      %0 = "tf.A"(%arg0) : (tensor<?xi32>) -> tensor<?xi32>
      %1 = "tf_device.launch"() ( {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top