Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for OpD (0.02 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

              ^bb0(%arg2, %arg3):
                %1 = "tf.ReadVariableOp"(%var)
                %2 = "tf.OpB"(%1) {is_stateless = true}
                %3 = "tf.OpC"(%arg2, %2) {is_stateless = true}
                %4 = "tf.OpD"(%arg3, %2) {is_stateless = true}
                "tf.Yield"(%3, %4)
              }) {is_stateless = true}
              return %results#0, %results#1
            }
          ```
          would be transformed to
          ```mlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

           }, {
           ^bb0(%arg2, %arg3):
      %1 = "tf.ReadVariableOp"(%var)
             %2 = "tf.OpB"(%1) {is_stateless = true}
             %3 = "tf.OpC"(%arg2, %2) {is_stateless = true}
             %4 = "tf.OpD"(%arg3, %2) {is_stateless = true}
             "tf.Yield"(%3, %4)
           }) {is_stateless = true}
           return %results#0, %results#1
         }
       ```
       would be transformed to
       ```mlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/extract_outside_compilation.mlir

            %2 = "tf.OpC"(%0, %1) {_xla_map_outside_compilation = "0", _xla_outside_compilation = "from_launch"} : (tensor<2x2xi64>, tensor<2x2xi64>) -> tensor<2x2xi64>
            "tf.OpD"(%2) : (tensor<2x2xi64>) -> ()
            tf_device.return
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 129.6K bytes
    - Viewed (0)
Back to top