Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 66 for splay_ (0.15 sec)

  1. src/go/types/typeset.go

    	// type set (e.g. missing method). Don't compute a partial type
    	// set (and don't store it!), so that we still compute the full
    	// type set eventually. Instead, return the top type set and
    	// let any follow-on errors play out.
    	//
    	// TODO(gri) Consider recording when this happens and reporting
    	// it as an error (but only if there were no other errors so to
    	// to not have unnecessary follow-on errors).
    	if !ityp.complete {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_builder_test.go

    			http: map[int]bool{
    				// Should not see HTTP inspector if we declare ports
    				80: true,
    				82: true,
    				// This is 'auto', but for STRICT we always get requests over TLS so HTTP inspector is not in play
    				81: true,
    				// Even for passthrough, we do not need HTTP inspector because it is handled by TLS inspector
    				1000: true,
    			},
    			tls: map[int]bool{
    				// strict mode: inspector is set everywhere.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/deploymentcontroller.go

    	}
    	if _, ok := input.InfrastructureLabels[constants.DataplaneModeLabel]; ok {
    		hasAmbientLabel = true
    	}
    	// If no ambient redirection label is set explicitly, explicitly disable.
    	// TODO this sprays ambient annotations/labels all over EVER gateway resource (serviceaccts, services, etc)
    	if features.EnableAmbientWaypoints && !isWaypointGateway && !hasAmbientLabel {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 21:43:20 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  4. src/go/types/builtins.go

    			return
    		case *Func:
    			// TODO(gri) Using derefStructPtr may result in methods being found
    			// that don't actually exist. An error either way, but the error
    			// message is confusing. See: https://play.golang.org/p/al75v23kUy ,
    			// but go/types reports: "invalid argument: x.m is a method value".
    			check.errorf(arg0, InvalidOffsetof, invalidArg+"%s is a method value", arg0)
    			return
    		}
    		if indirect {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 27.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

    }
    
    // Return true when the given element_type is I64.
    bool IsI64Type(Type element_type) {
      return element_type.isInteger(64) && !element_type.isUnsignedInteger();
    }
    
    // Return true if the value is a splat tensor constant zero.
    bool EqualsZero(Value value) {
      DenseElementsAttr constant;
      if (!matchPattern(value, m_Constant(&constant)) || !constant.isSplat()) {
        return false;
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/types2/builtins.go

    			return
    		case *Func:
    			// TODO(gri) Using derefStructPtr may result in methods being found
    			// that don't actually exist. An error either way, but the error
    			// message is confusing. See: https://play.golang.org/p/al75v23kUy ,
    			// but go/types reports: "invalid argument: x.m is a method value".
    			check.errorf(arg0, InvalidOffsetof, invalidArg+"%s is a method value", arg0)
    			return
    		}
    		if indirect {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache.adoc

    We expect that developers will not be allowed to populate the remote build cache, and all continuous integration builds populate the build cache after running the `clean` task.
    
    For your build to play well with task output caching it must work well with the <<incremental_build#incremental_build,incremental build>> feature.
    For example, when running your build twice in a row all tasks with outputs should be `UP-TO-DATE`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 11:30:10 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

        // inputs to achieve the legalization task of EnsureBiasVector. this
        // requires the filter tensor to have static shape.
    
        // TODO(antiagainst): also handle the case of tf.Add(tf.[op], <bias>)
    
        // Get a splat zero tensor with the expected dimension for the bias tensor
        auto elem_type = filter_type.getElementType();
        auto bias_dim = static_cast<const ConcreteType *>(this)->getBiasDim(
            filter_type.getShape());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/ppc64/asm9.go

    	/* VSX merge */
    	{as: AXXMRGHW, a1: C_VSREG, a2: C_VSREG, a6: C_VSREG, type_: 90, size: 4}, /* vsx merge, xx3-form */
    
    	/* VSX splat */
    	{as: AXXSPLTW, a1: C_VSREG, a3: C_U15CON, a6: C_VSREG, type_: 89, size: 4}, /* vsx splat, xx2-form */
    	{as: AXXSPLTIB, a1: C_U15CON, a6: C_VSREG, type_: 100, size: 4},            /* vsx splat, xx2-form */
    
    	/* VSX permute */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  10. cmd/xl-storage-disk-id-check.go

    // is either nil or io.EOF the disk is considered good.
    // So if unsure if the disk status is ok, return nil as a parameter to done.
    // Shadowing will work as long as return error is named: https://go.dev/play/p/sauq86SsTN2
    func (p *xlStorageDiskIDCheck) TrackDiskHealth(ctx context.Context, s storageMetric, paths ...string) (c context.Context, done func(int64, *error), err error) {
    	done = noopDoneFunc
    	if contextCanceled(ctx) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 33.4K bytes
    - Viewed (0)
Back to top