Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for ahead (1.49 sec)

  1. cmd/bucket-replication.go

    		case isErrReadQuorum(serr), isErrWriteQuorum(serr):
    			rAction = replicateAll
    		default:
    			rinfo.Err = cerr
    			replLogIf(ctx, fmt.Errorf("unable to replicate %s/%s (%s). Target (%s) returned %s error on HEAD",
    				bucket, object, objInfo.VersionID, tgt.EndpointURL(), cerr))
    			sendEvent(eventArgs{
    				EventName:  event.ObjectReplicationNotTracked,
    				BucketName: bucket,
    				Object:     objInfo,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      if (!main && !input_shapes.empty()) {
        return module->emitError(
            "Input shapes provided but no `main` function found.");
      }
    
      // Add main function to head of queue, refine input shapes if provided
      if (main) {
        if (!input_shapes.empty()) {
          FailureOr<bool> failure_or_converged =
              InferShapeForFunction(main, input_shapes, producer,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

        # 64 character cut.
        out+="$(
         (
           uuidgen --random;
           uuidgen --random;
           uuidgen --random;
         ) | sha256sum \
           | head -c 64
        )";
      done
      # Finally, convert the ASCII hex to base64 to increase the density.
      echo -n "${out}" | xxd -r -p | base64 -w 0
    }
    
    # Helper for configuring iptables rules for metadata server.
    #
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  4. RELEASE.md

            should switch to
            `tf.estimator.Estimator.experimental_export_all_saved_models`.
        *   Update `regression_head` to the new Head API for Canned Estimator V2.
        *   Switch `multi_class_head` to Head API for Canned Estimator V2.
        *   Replace all occurrences of `tf.contrib.estimator.InMemoryEvaluatorHook`
            and `tf.contrib.estimator.make_stop_at_checkpoint_step_hook` with
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    //
    // If the import path is not a known code hosting site and also lacks a
    // version control qualifier, the go tool attempts to fetch the import
    // over https/http and looks for a <meta> tag in the document's HTML
    // <head>.
    //
    // The meta tag has the form:
    //
    //	<meta name="go-import" content="import-prefix vcs repo-root">
    //
    // The import-prefix is the import path corresponding to the repository
    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. CREDITS

    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    
    ================================================================
    
    aead.dev/mem
    https://aead.dev/mem
    ----------------------------------------------------------------
    MIT License
    
    Copyright (c) 2022 Andreas Auernhammer
    
    Permission is hereby granted, free of charge, to any person obtaining a 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