Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 50 for cat1 (0.05 sec)

  1. pilot/pkg/model/service.go

    //	--> IstioEndpoint(172.16.0.2:8888), Service(catalog.myservice.com), Labels(foo=bar)
    //	--> IstioEndpoint(172.16.0.3:8888), Service(catalog.myservice.com), Labels(kitty=cat)
    //	--> IstioEndpoint(172.16.0.4:8888), Service(catalog.myservice.com), Labels(kitty=cat)
    type ServiceInstance struct {
    	Service     *Service       `json:"service,omitempty"`
    	ServicePort *Port          `json:"servicePort,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

    // CHECK-LABEL: testWhileRegionExplicitCast
    func.func @testWhileRegionExplicitCast(%arg0 : tensor<i32>, %arg1 : tensor<*xi32>) -> tensor<i32> {
      // CHECK: [[CAST1:%.*]] = "tf.Cast"(%arg1)
      // CHECK: "tf.WhileRegion"(%arg0, [[CAST1]])
      %0:2 = "tf.WhileRegion"(%arg0, %arg1) (
        {
          // condition, check if count has reached 0
          ^bb0(%carg0: tensor<i32>, %carg1: tensor<i32>):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  3. src/internal/types/testdata/check/builtins0.go

    	_ = append(f0 /* ERROR "used as value" */ ())
    	_ = append(f1())
    	_ = append(f2())
    	_ = append(f3())
    	_ = append(f5())
    	_ = append(ff /* ERROR "must be a slice" */ ()) // TODO(gri) better error message
    }
    
    func cap1() {
    	var a [10]bool
    	var p *[20]int
    	var c chan string
    	_ = cap() // ERROR "not enough arguments"
    	_ = cap(1, 2) // ERROR "too many arguments"
    	_ = cap(42 /* ERROR "invalid" */)
    	const _3 = cap(a)
    	assert(_3 == 10)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  4. docs/em/docs/tutorial/sql-databases.md

    ⏮️ 🐜, 👆 🛎 ✍ 🎓 👈 🎨 🏓 🗄 💽, 🔠 🔢 🎓 🎨 🏓, ⏮️ 📛 &amp; 🆎.
    
    🖼 🎓 `Pet` 💪 🎨 🗄 🏓 `pets`.
    
    &amp; 🔠 *👐* 🎚 👈 🎓 🎨 ⏭ 💽.
    
    🖼 🎚 `orion_cat` (👐 `Pet`) 💪 ✔️ 🔢 `orion_cat.type`, 🏓 `type`. &amp; 💲 👈 🔢 💪, ✅ `"cat"`.
    
    👫 🐜 ✔️ 🧰 ⚒ 🔗 ⚖️ 🔗 🖖 🏓 ⚖️ 👨‍💼.
    
    👉 🌌, 👆 💪 ✔️ 🔢 `orion_cat.owner` &amp; 👨‍💼 🔜 🔌 💽 👉 🐶 👨‍💼, ✊ ⚪️➡️ 🏓 *👨‍💼*.
    
    , `orion_cat.owner.name` 💪 📛 (⚪️➡️ `name` 🏓 `owners` 🏓) 👉 🐶 👨‍💼.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  5. src/cmd/go/internal/work/buildid.go

    	if err != nil {
    		return err
    	}
    
    	if len(stdout) > 0 {
    		sh := b.Shell(a)
    		if cfg.BuildX || cfg.BuildN {
    			sh.ShowCmd("", "%s  # internal", joinUnambiguously(str.StringList("cat", c.OutputFile(stdoutEntry.OutputID))))
    		}
    		if !cfg.BuildN {
    			sh.Print(string(stdout))
    		}
    	}
    	return nil
    }
    
    // flushOutput flushes the output being queued in a.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:31:25 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  6. src/crypto/x509/x509_test.go

    			PermittedURIDomains:     []string{".bar.com", "bar.com"},
    			ExcludedURIDomains:      []string{".bar2.com", "bar2.com"},
    
    			CRLDistributionPoints: []string{"http://crl1.example.com/ca1.crl", "http://crl2.example.com/ca1.crl"},
    
    			ExtraExtensions: []pkix.Extension{
    				{
    					Id:    []int{1, 2, 3, 4},
    					Value: extraExtensionData,
    				},
    				// This extension should override the SubjectKeyId, above.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK-DAG: %[[CST0:.+]] = arith.constant 0
      // CHECK-DAG: %[[CST1:.+]] = arith.constant 1
      // CHECK-DAG: %[[GETEXTENT0:.+]] = tensor.extract %[[SHAPEOF]][%[[CST0]]]
      // CHECK-DAG: %[[CST1_0:.+]] = arith.constant 1
      // CHECK-DAG: %[[GETEXTENT1:.+]] = tensor.extract %[[SHAPEOF]][%[[CST1_0]]]
      // CHECK-DAG: %[[TOEXTENTS:.+]] = tensor.from_elements %[[GETEXTENT0]], %[[CST1]], %[[GETEXTENT1]]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

      func.return %8 : tensor<192x8xi32>
    }
    
    // CHECK-LABEL: func @convert_floor_mod_float_cst
    // CHECK-DAG: %[[CST1:.*]] = "tf.Const"() <{value = dense<2.000000e+00> : tensor<192x8xbf16>}> : () -> tensor<192x8xbf16>
    // CHECK-DAG: %[[CST2:.*]] = "tf.Const"() <{value = dense<2.000000e+00> : tensor<192x8xbf16>}> : () -> tensor<192x8xbf16>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  9. src/reflect/all_test.go

    	at = ArrayOf(6, TypeOf([]int(nil)))
    	v1 = New(at).Elem()
    	shouldPanic("", func() { _ = v1.Interface() == v1.Interface() })
    }
    
    func TestArrayOfGenericAlg(t *testing.T) {
    	at1 := ArrayOf(5, TypeOf(string("")))
    	at := ArrayOf(6, at1)
    	v1 := New(at).Elem()
    	v2 := New(at).Elem()
    	if v1.Interface() != v1.Interface() {
    		t.Errorf("constructed array %v not equal to itself", v1.Interface())
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  10. docs/en/docs/release-notes.md

    * Allow having empty paths in *path operations* used with `include_router` and a `prefix`.
        * This allows having a router for `/cats` and all its *path operations*, while having one of them for `/cats`.
        * Now it doesn't have to be only `/cats/` (with a trailing slash).
        * To use it, declare the path in the *path operation* as the empty string (`""`).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top