Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 79 for verdict (0.17 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                      (strdict "istio.io/rev" (.Revision | default "default"))
                      (strdict
                        "ambient.istio.io/redirection" "disabled"
                        "prometheus.io/path" "/stats/prometheus"
                        "prometheus.io/port" "15020"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. pkg/kubelet/kuberuntime/kuberuntime_container_test.go

    	fakeOS.Create(expectedContainerLogPath)
    	fakeOS.Create(expectedContainerLogPathRotated)
    
    	err = m.removeContainer(ctx, containerID)
    	assert.NoError(t, err)
    
    	// Verify container log is removed.
    	// We could not predict the order of `fakeOS.Removes`, so we use `assert.ElementsMatch` here.
    	assert.ElementsMatch(t,
    		[]string{expectedContainerLogSymlink, expectedContainerLogPath, expectedContainerLogPathRotated},
    		fakeOS.Removes)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 28K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/cross_project_publications.adoc

    By running both of these reports on the consumer and producer sides of a relationship, respectively, you can see exactly what attributes are involved in matching during dependency resolution and better predict the outcome when configurations are resolved.
    
    Now, we're saying that whenever we're going to resolve the test runtime classpath, what we are looking for is _instrumented classes_.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 18K bytes
    - Viewed (0)
  4. docs/tr/docs/async.md

    * istemci tarafından ağ üzerinden veri göndermek
    * ağ üzerinden istemciye gönderilen veriler
    * sistem tarafından okunacak ve programınıza verilecek bir dosya içeriği
    * programınızın diske yazılmak üzere sisteme verdiği dosya içerikleri
    * uzak bir API işlemi
    * bir veritabanı bitirme işlemi
    * sonuçları döndürmek için bir veritabanı sorgusu
    * vb.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  5. docs/tr/docs/index.md

    ---
    
    "_Dürüst olmak gerekirse, inşa ettiğiniz şey gerçekten sağlam ve profesyonel görünüyor. Birçok açıdan **Hug**'ın olmasını istediğim şey tam da bu - böyle bir şeyi inşa eden birini görmek gerçekten ilham verici._"
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  6. src/testing/benchmark.go

    		if b.benchTime.n > 1 {
    			b.runN(b.benchTime.n)
    		}
    	} else {
    		d := b.benchTime.d
    		for n := int64(1); !b.failed && b.duration < d && n < 1e9; {
    			last := n
    			// Predict required iterations.
    			goalns := d.Nanoseconds()
    			prevIters := int64(b.N)
    			prevns := b.duration.Nanoseconds()
    			if prevns <= 0 {
    				// Round up, to avoid div by zero.
    				prevns = 1
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  7. tensorflow/cc/saved_model/testdata/half_plus_two_pbtxt/00000123/saved_model.pbtxt

                dim {
                  size: -1
                }
                dim {
                  size: 1
                }
              }
            }
          }
          method_name: "tensorflow/serving/predict"
        }
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 26 01:10:27 UTC 2017
    - 46.9K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ppc64/ssa.go

    		jmp := blockJump[b.Kind]
    		switch next {
    		case b.Succs[0].Block():
    			s.Br(jmp.invasm, b.Succs[1].Block())
    			if jmp.invasmun {
    				// TODO: The second branch is probably predict-not-taken since it is for FP unordered
    				s.Br(ppc64.ABVS, b.Succs[1].Block())
    			}
    		case b.Succs[1].Block():
    			s.Br(jmp.asm, b.Succs[0].Block())
    			if jmp.asmeq {
    				s.Br(ppc64.ABEQ, b.Succs[0].Block())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  9. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1CD0..1CD2    ; valid                                  # 5.2  VEDIC TONE KARSHANA..VEDIC TONE PRENKHA
    1CD3          ; valid                  ;      ; NV8    # 5.2  VEDIC SIGN NIHSHVASA
    1CD4..1CF2    ; valid                                  # 5.2  VEDIC SIGN YAJURVEDIC MIDLINE SVARITA..VEDIC SIGN ARDHAVISARGA
    1CF3..1CF6    ; valid                                  # 6.1  VEDIC SIGN ROTATED ARDHAVISARGA..VEDIC SIGN UPADHMANIYA
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode.go

    	// will be shown there and doesn't need to be shown as an
    	// explicit prefix.
    	if haveMem {
    		if segIndex >= 0 {
    			inst.Prefix[segIndex] |= PrefixImplicit
    		}
    	}
    
    	// Branch predict prefixes are overloaded segment prefixes,
    	// since segment prefixes don't make sense on conditional jumps.
    	// Rewrite final instance to prediction prefix.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 45.1K bytes
    - Viewed (0)
Back to top