Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for Requirements (0.52 sec)

  1. pkg/apis/batch/validation/validation_test.go

    		},
    		"invalid due to repeated '-'": {
    			indexesString: "0,1--3",
    			completions:   6,
    			wantTotal:     0,
    			wantError:     errors.New(`the fragment "1--3" violates the requirement that an index interval can have at most two parts separated by '-'`),
    		},
    		"invalid due to repeated ','": {
    			indexesString: "0,,1,3",
    			completions:   6,
    			wantTotal:     0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * <tt>SmbFile</tt> refers to a workgroup, server, share, or directory,
     * the name will include a trailing slash '/' so that composing new
     * <tt>SmbFile</tt>s will maintain the trailing slash requirement.
     *
     * @return  The last component of the URL associated with this SMB
     *          resource or <code>smb1://</code> if the resource is <code>smb1://</code>
     *          itself.
     */
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        to such variables for each replica are redundant and can be replaced by writing
        a single value from first replica.
    
        The benefit of this optimization is reduced memory requirement on host. For
        multiple writes (one from each replica) to such variables, the host would
        allocate buffer space to receive the device output from all replicas, which is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  4. cmd/object-handlers.go

    						return
    					} else if ci.StatusCode == http.StatusNotModified {
    						w.WriteHeader(ci.StatusCode)
    						return
    					}
    
    					// We did not satisfy any requirement from the cache, update the cache.
    					// this basically means that we do not have the Data for the object
    					// cached yet
    					update = true
    				})
    				if !update {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
Back to top