Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for pirates (0.23 sec)

  1. cmd/metacache-set.go

    	partial func(entries metaCacheEntries, errs []error)
    
    	// finished will be called when all streams have finished and
    	// more than one disk returned an error.
    	// Will not be called if everything operates as expected.
    	finished func(errs []error)
    }
    
    // listPathRaw will list a path on the provided drives.
    // See listPathRawOptions on how results are delivered.
    // Directories are always returned.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 22:18:44 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  2. go.sum

    github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
    github.com/pires/go-proxyproto v0.7.0 h1:IukmRewDQFWC7kfnb66CSomk2q/seBuilHBYFwyq0Hs=
    github.com/pires/go-proxyproto v0.7.0/go.mod h1:Vz/1JPY/OACxWGQNIRY2BeyDmpoaWmEP40O9LbuiFR4=
    github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  3. cmd/erasure-object.go

    		return nil
    	}
    
    	if fi.XLV1 {
    		if _, err = er.HealObject(ctx, bucket, object, "", madmin.HealOpts{NoLock: true}); err != nil {
    			return err
    		}
    		// Fetch FileInfo again. HealObject migrates object the latest
    		// format. Among other things this changes fi.DataDir and
    		// possibly fi.Data (if data is inlined).
    		fi, metaArr, onlineDisks, err = er.getObjectFileInfo(ctx, bucket, object, opts, true)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 78.6K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modget/get.go

    			for _, c := range constraint.Conflicts {
    				fmt.Fprintf(os.Stderr, "go: %v\n", c.String())
    			}
    		}
    
    		// modload.EditBuildList reports constraint errors at
    		// the module level, but 'go get' operates on packages.
    		// Rewrite the errors to explain them in terms of packages.
    		reason := func(m module.Version) string {
    			rv, ok := r.resolvedVersion[m.Path]
    			if !ok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    // and newly added ones. With no arguments, this update is the only
    // thing that go work use does.
    //
    // The -r flag searches recursively for modules in the argument
    // directories, and the use command operates as if each of the directories
    // were specified as arguments: namely, use directives will be added for
    // directories that exist, and removed for directories that do not exist.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        } else if (align == "LEFT_LEFT") {
          superdiagonal_align = kLeft;
          subdiagonal_align = kLeft;
        } else {
          return failure();  // unsupported alignment
        }
    
        // MatrixDiagPart operates on a matrix of shape [I, J, ..., L, M, N], and
        // will extract the diagonal(s) out of [M, N], for all [I, J, ..., L].
        if (!input_type || !input_type.hasStaticShape()) return failure();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        ConfinedAttr<I64ArrayAttr, [ArrayMinCount<4>]>:$ksizes,
        ConfinedAttr<I64ArrayAttr, [ArrayMinCount<4>]>:$strides,
        ConfinedAttr<I64ArrayAttr, [ArrayMinCount<4>]>:$rates,
        TF_AnyStrAttrOf<["SAME", "VALID"]>:$padding
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssagen/ssa.go

    	add := func(pkg, fn string, b intrinsicBuilder, archs ...*sys.Arch) {
    		for _, a := range archs {
    			intrinsics[intrinsicKey{a, pkg, fn}] = b
    		}
    	}
    	// addF does the same as add but operates on architecture families.
    	addF := func(pkg, fn string, b intrinsicBuilder, archFamilies ...sys.ArchFamily) {
    		m := 0
    		for _, f := range archFamilies {
    			if f >= 32 {
    				panic("too many architecture families")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  9. RELEASE.md

    answered questions, and were part of inspiring discussions.
    
    # Release 1.2.1
    
    ## Bug Fixes and Other Changes
    
    *   Updating markdown version required to >= 2.6.8.
    *   Support tensors as dropout rates again, by removing the min(max(..))
    
    # Release 1.2.0
    
    ## Major Features and Improvements
    
    *   Python 3.6 support on Windows.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  10. CREDITS

    version:
    
       a) under this License, provided that you make a good faith effort to
       ensure that, in the event an Application does not supply the
       function or data, the facility still operates, and performs
       whatever part of its purpose remains meaningful, or
    
       b) under the GNU GPL, with none of the additional permissions of
       this License applicable to that copy.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
Back to top