Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/tensorflow/tests/xla_cluster_formation.mlir

        func.return %0 : tensor<i32>
    }
    
    // CHECK-LABEL: func.func @while_cond_func
    func.func @while_cond_func(%arg0: tensor<i32>) -> tensor<i1> {
      %0 = "tf.Const"() {value = dense<0> : tensor<i1>} : () -> tensor<i1>
      func.return %0 : tensor<i1>
    }
    
    // CHECK-LABEL: func.func @while_body_func
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 19 19:09:44 UTC 2023
    - 4K bytes
    - Viewed (0)
Back to top