Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for StackCloseV2 (0.21 sec)

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

      // CHECK: %[[POP_VAL:.*]] = "tf.Slice"(%[[BUFFER_VAL]]
      // CHECK: "tf.AssignVariableOp"(%[[SIZE]]
      %pop = "tf.StackPopV2"(%stack) : (tensor<!tf_type.resource>) -> tensor<f32>
      // CHECK-NOT: tf.StackCloseV2
      "tf.StackCloseV2"(%stack) : (tensor<!tf_type.resource>) -> ()
      func.return
    }
    
    // -----
    
    // Test CaseRegionOp
    
    // CHECK-LABEL: func @main
    // CHECK-SAME:  %[[BRANCH_INDEX:.*]]: tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 25.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/mark_for_compilation_pass.cc

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    size 1 removed.}]>:$output
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    
      let hasVerifier = 1;
    }
    
    def TF_StackCloseV2Op : TF_Op<"StackCloseV2", []> {
      let summary = "Delete the stack from its resource container.";
    
      let arguments = (ins
        Arg<TF_ResourceTensor, [{The handle to a stack.}], [TF_StackFree]>:$handle
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top