Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for X__unused (0.14 sec)

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

    func.func @cluster_with_nested_loop() -> () {
      // CHECK: %[[VH:.*]] = "tf.VarHandleOp"()
      %0 = "tf.VarHandleOp"() {container = "c", shared_name = "v"} : () -> tensor<*x!tf_type.resource<tensor<f32>>>
      // CHECK: %[[VH_UNUSED:.*]] = "tf.VarHandleOp"()
      %1 = "tf.VarHandleOp"() {container = "c", shared_name = "v2"} : () -> tensor<*x!tf_type.resource<tensor<f32>>>
      // CHECK: %[[READ:.*]] = "tf.ReadVariableOp"(%[[VH]])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 74K bytes
    - Viewed (0)
Back to top