Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for while_cond_5 (0.11 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/side-effect-analysis-test.mlir

        // expected-remark@above {{ID: 2}}
      }
      func.return %graph : tensor<i1>
      // expected-remark@above {{ID: 4}}
      // expected-remark@above {{Sinks: {}}}
    }
    
    // CHECK-LABEL: func @while_cond
    func.func @while_cond(%arg0: tensor<i1>) -> tensor<i1> {
      // expected-remark@above {{ID: 5}}
      %graph = tf_executor.graph {
      // expected-remark@above {{ID: 3}}
        %island:2 = tf_executor.island {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 04:39:18 UTC 2023
    - 129.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/extract_outside_compilation.mlir

        // CHECK-NEXT:      "tf.WhileRegion"()
        // CHECK-NEXT:        %[[WHILE_COND:.*]] = "tf._XlaRecvAtHostV2"(%[[PROGRAM_OUTPUT]], %[[DEVICE_ORDINAL]])
        // CHECK-NEXT:        "tf.Yield"(%[[WHILE_COND]])
        // CHECK:             %[[C_OUT:.*]] = "tf.C"(%[[B_OUT]])
        // CHECK-NEXT:        "tf._XlaSendFromHostV2"(%[[C_OUT]], %[[PROGRAM_OUTPUT]], %[[DEVICE_ORDINAL]])
    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