Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FoldCase (0.07 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      "tf._SomeOp"(%0#2, %0#0) : (tensor<!tf_type.resource>, tensor<f32>) -> ()
      // CHECK: return %[[CASE_OUTPUT]] : tensor<f32>
      func.return %0#1 : tensor<f32>
    }
    
    
    // CHECK-LABEL: foldCase
    func.func @foldCase(%arg0: tensor<f32>, %arg1: tensor<f32>) -> (tensor<f32>) {
      %2 = arith.constant dense<1> : tensor<i32>
      %3 = arith.constant dense<0> : tensor<i32>
    
      // CHECK: PartitionedCall
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
Back to top