Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for while_body_func (0.16 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/call_graph_util_test.cc

      func.return %0 : tensor<i32>
    }
    
    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
    func.func @while_body_func(%arg0: tensor<i32>) -> (tensor<i32>) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 04:39:18 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  2. 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)
  3. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        %3 = "tf.Any"(%2, %1) : (tensor<*xi1>, tensor<i32>) -> (tensor<i1>)
        func.return %3 : tensor<i1>
      }
    
      // CHECK-LABEL: func @while_body_func
      func.func @while_body_func(%arg0: tensor<*xf32>, %arg1: tensor<*x!tf_type.resource>, %arg2: tensor<!tf_type.resource<tensor<*xf32>>>) -> (tensor<*xf32>, tensor<*x!tf_type.resource>, tensor<!tf_type.resource<tensor<*xf32>>>) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
Back to top