Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 213 for experts (0.11 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf_communication.cc

        if (!IsControlFlowOp(parent))
          return op->emitOpError()
                 << "expects ancestor(s) to be of ['" << IfOp::getOperationName()
                 << "', '" << func::FuncOp::getOperationName() << "']";
    
        if (!llvm::hasSingleElement(block->getParent()->getBlocks()))
          return op->emitOpError() << "expects single block region ancestor(s)";
    
        control_flow_ops.insert(parent);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 40.5K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/AtomicDoubleArrayTest.java

    /*
     * Written by Doug Lea and Martin Buchholz with assistance from
     * members of JCP JSR-166 Expert Group and released to the public
     * domain, as explained at
     * http://creativecommons.org/publicdomain/zero/1.0/
     */
    
    /*
     * Source:
     * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/test/tck-jsr166e/AtomicDoubleArrayTest.java?revision=1.13
     * (Modified to adapt to guava coding conventions)
     */
    
    package com.google.common.util.concurrent;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 10 19:21:11 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  3. cmd/bucket-lifecycle.go

    	}
    }
    
    // expireTransitionedObject handles expiry of transitioned/restored objects
    // (versions) in one of the following situations:
    //
    // 1. when a restored (via PostRestoreObject API) object expires.
    // 2. when a transitioned object expires (based on an ILM rule).
    func expireTransitionedObject(ctx context.Context, objectAPI ObjectLayer, oi *ObjectInfo, lcEvent lifecycle.Event, src lcEventSrc) error {
    	traceFn := globalLifecycleSys.trace(*oi)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  4. pkg/controlplane/apiserver/server.go

    			" enabled. Error: %v", err)
    		if c.ServiceAccountIssuerURL != "" {
    			// The user likely expects this feature to be enabled if issuer URL is
    			// set and the feature gate is enabled. In the future, if there is no
    			// longer a feature gate and issuer URL is not set, the user may not
    			// expect this feature to be enabled. We log the former case as an Error
    			// and the latter case as an Info.
    			klog.Error(msg)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 19:24:41 UTC 2024
    - 11K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/python/BUILD

            "@com_google_absl//absl/container:flat_hash_map",
            "@com_google_absl//absl/status",
            "@com_google_absl//absl/strings:string_view",
            "@pybind11",
        ],
    )
    
    # Exports python symbols via pybind11.
    tf_python_pybind_extension(
        name = "pywrap_quantize_model",
        srcs = ["pywrap_quantize_model.cc"],
        pytype_srcs = ["pywrap_quantize_model.pyi"],
        # All deps must be header-only.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  6. src/runtime/pprof/pprof.go

    }
    
    // printCountCycleProfile outputs block profile records (for block or mutex profiles)
    // as the pprof-proto format output. Translations from cycle count to time duration
    // are done because The proto expects count and time (nanoseconds) instead of count
    // and the number of cycles for block, contention profiles.
    func printCountCycleProfile(w io.Writer, countName, cycleName string, records []profilerecord.BlockProfileRecord) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  7. docs/de/docs/tutorial/security/first-steps.md

        Aber es ist die beste für unseren Anwendungsfall.
    
        Und es ist wahrscheinlich auch für die meisten anderen Anwendungsfälle die beste, es sei denn, Sie sind ein OAuth2-Experte und wissen genau, warum es eine andere Option gibt, die Ihren Anforderungen besser entspricht.
    
        In dem Fall gibt Ihnen **FastAPI** ebenfalls die Tools, die Sie zum Erstellen brauchen.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:07:08 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    The API now creates temporary project files under the `Test` task's temporary directory. This path is usually under the project build directory.
    This may cause test failures when the test expects particular file paths.
    
    If the test uses `ProjectBuilder.withProjectDir(...)`, it is unaffected.
    
    ==== Location of temporary files for TestKit tests
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ir/func.go

    	if !n.Type().IsInterface() {
    		base.ErrorfAt(pos, 0, "internal/abi.FuncPC%s expects an interface value, got %v", wantABI, n.Type())
    	}
    
    	if fn := IsIfaceOfFunc(n); fn != nil {
    		name := fn.Nname
    		abi := fn.ABI
    		if abi != wantABI {
    			base.ErrorfAt(pos, 0, "internal/abi.FuncPC%s expects an %v function, %s is defined as %v", wantABI, wantABI, name.Sym().Name, abi)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:05:44 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // Default to 30 seconds.
      // +optional
      optional int32 timeoutSeconds = 7;
    
      // AdmissionReviewVersions is an ordered list of preferred `AdmissionReview`
      // versions the Webhook expects. API server will try to use first version in
      // the list which it supports. If none of the versions specified in this list
      // supported by API server, validation will fail for this object.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 22.6K bytes
    - Viewed (0)
Back to top