Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for resources_ (0.18 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    def TF_DestroyResourceOp : TF_Op<"DestroyResourceOp", []> {
      let summary = "Deletes the resource specified by the handle.";
    
      let description = [{
    All subsequent operations using the resource will result in a NotFound
    error status.
      }];
    
      let arguments = (ins
        Arg<TF_ResourceTensor, [{handle to the resource to delete.}]>:$resource,
    
        DefaultValuedOptionalAttr<BoolAttr, "true">:$ignore_lookup_error
      );
    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