Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StackPopV2 (0.18 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/stack_ops_decomposition.mlir

    func.func @if_else(%arg0: tensor<!tf_type.resource>) -> tensor<!tf_type.resource> {
      // CHECK-NOT: "tf.StackPopV2"
      // CHECK: "tf.Slice"
      // CHECK: "tf.AssignVariableOp"(%[[EARG1:.*]],
      // CHECK-NOT: "tf.StackPopV2"
      %pop = "tf.StackPopV2"(%arg0) : (tensor<!tf_type.resource>) -> tensor<f32>
      func.return %arg0 : tensor<!tf_type.resource>
    }
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 25.8K bytes
    - Viewed (0)
Back to top