Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for Identical (0.17 sec)

  1. src/net/http/h2_bundle.go

    		countError("frame_pushpromise_zero_stream")
    		return nil, http2ConnectionError(http2ErrCodeProtocol)
    	}
    	// The PUSH_PROMISE frame includes optional padding.
    	// Padding fields and flags are identical to those defined for DATA frames
    	var padLength uint8
    	if fh.Flags.Has(http2FlagPushPromisePadded) {
    		if p, padLength, err = http2readByte(p); err != nil {
    			countError("frame_pushpromise_pad_short")
    			return
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %0 = "tf.Const"() {value = dense<"Inputs must have identical ragged splits"> : tensor<!tf_type.string>} : () -> tensor<!tf_type.string>
      %1 = "tf.Const"() {value = dense<"Condition x == y did not hold element-wise:"> : tensor<!tf_type.string>} : () -> tensor<!tf_type.string>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
Back to top