Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for maddld (0.17 sec)

  1. src/cmd/compile/internal/ssa/rewritePPC64.go

    	}
    }
    func rewriteValuePPC64_OpPPC64ADD(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (ADD l:(MULLD x y) z)
    	// cond: buildcfg.GOPPC64 >= 9 && l.Uses == 1 && clobber(l)
    	// result: (MADDLD x y z)
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			l := v_0
    			if l.Op != OpPPC64MULLD {
    				continue
    			}
    			y := l.Args[1]
    			x := l.Args[0]
    			z := v_1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        // Align is a string specifying how superdiagonals and subdiagonals should
        // be aligned/padded for diagonals that are shorter than max_diag_len. The
        // format is "{super}_{sub}", with {super} the superdiagonal alignment and
        // {sub} the subdiagonal alignment. "LEFT" means rows will be padded to the
        // left, "RIGHT" means rows will be padded ot the right.  The default is
        // "RIGHT_LEFT".
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    	http2FrameData: {
    		http2FlagDataEndStream: "END_STREAM",
    		http2FlagDataPadded:    "PADDED",
    	},
    	http2FrameHeaders: {
    		http2FlagHeadersEndStream:  "END_STREAM",
    		http2FlagHeadersEndHeaders: "END_HEADERS",
    		http2FlagHeadersPadded:     "PADDED",
    		http2FlagHeadersPriority:   "PRIORITY",
    	},
    	http2FrameSettings: {
    		http2FlagSettingsAck: "ACK",
    	},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      %fftlength = "tf.Const"() {value = dense<[8]> : tensor<1xi32>} : () -> (tensor<1xi32>)
      // CHECK: %[[PADDED:.*]] = "mhlo.pad"(%arg0, %{{.*}}) <{edge_padding_high = dense<1> : tensor<1xi64>, edge_padding_low = dense<0> : tensor<1xi64>, interior_padding = dense<0> : tensor<1xi64>}> : (tensor<7xf32>, tensor<f32>) -> tensor<8xf32>
      // CHECK: "mhlo.fft"(%[[PADDED]]) <{fft_length = dense<8> : tensor<1xi64>, fft_type = #mhlo<fft_type RFFT>}> : (tensor<8xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  5. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    textIndent:P("textIndent",[["indent",["text-indent"]]],{supportsNegativeValues:!0}),verticalAlign:({addUtilities:i,matchUtilities:e})=>{i({".align-baseline":{"vertical-align":"baseline"},".align-top":{"vertical-align":"top"},".align-middle":{"vertical-align":"middle"},".align-bottom":{"vertical-align":"bottom"},".align-text-top":{"vertical-align":"text-top"},".align-text-bottom":{"vertical-align":"text-bottom"},".align-sub":{"vertical-align":"sub"},".align-super":{"vertical-align":"super"}}),e({...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      optional PodSignature podSignature = 1;
    
      // Time at which this entry was added to the list.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.Time evictionTime = 2;
    
      // (brief) reason why this entry was added to the list.
      // +optional
      optional string reason = 3;
    
      // Human readable message indicating why this entry was added to the list.
      // +optional
      optional string message = 4;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    	// The class of pods.
    	PodSignature PodSignature
    	// Time at which this entry was added to the list.
    	// +optional
    	EvictionTime metav1.Time
    	// (brief) reason why this entry was added to the list.
    	// +optional
    	Reason string
    	// Human readable message indicating why this entry was added to the list.
    	// +optional
    	Message string
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"podSignature": "The class of pods.",
    	"evictionTime": "Time at which this entry was added to the list.",
    	"reason":       "(brief) reason why this entry was added to the list.",
    	"message":      "Human readable message indicating why this entry was added to the list.",
    }
    
    func (PreferAvoidPodsEntry) SwaggerDoc() map[string]string {
    	return map_PreferAvoidPodsEntry
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.proto

      optional PodSignature podSignature = 1;
    
      // Time at which this entry was added to the list.
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time evictionTime = 2;
    
      // (brief) reason why this entry was added to the list.
      // +optional
      optional string reason = 3;
    
      // Human readable message indicating why this entry was added to the list.
      // +optional
      optional string message = 4;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types.go

    	// Time at which this entry was added to the list.
    	// +optional
    	EvictionTime metav1.Time `json:"evictionTime,omitempty" protobuf:"bytes,2,opt,name=evictionTime"`
    	// (brief) reason why this entry was added to the list.
    	// +optional
    	Reason string `json:"reason,omitempty" protobuf:"bytes,3,opt,name=reason"`
    	// Human readable message indicating why this entry was added to the list.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top