Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sresource (0.4 sec)

  1. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.resource.transport.aws.s3.S3Resource> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (S3Resource.java:0)
    Class <org.gradle.internal.resource.transport.aws.s3.S3ResourceConnector> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (S3ResourceConnector.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  2. 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)
  3. RELEASE.md

            `tf.lookup.StaticHashTable.__init__` to create the table in anonymous
            mode. In this mode, the table resource can only be accessed via resource
            handles (not resource names) and will be deleted automatically when all
            resource handles pointing to it are gone.
    *   `tf.data`:
        *   Introduce the `tf.data.experimental.at` API which provides random access
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top