Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for cat1 (0.36 sec)

  1. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"carpentry_saw":                        "\U0001fa9a",
    	"carrot":                               "\U0001f955",
    	"cartwheeling":                         "\U0001f938",
    	"cat":                                  "\U0001f431",
    	"cat2":                                 "\U0001f408",
    	"cayman_islands":                       "\U0001f1f0\U0001f1fe",
    	"cd":                                   "\U0001f4bf",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        // CHECK-SAME: -> tensor<f32>
        %pow = "tf.Pow"(%mul, %cst1) : (tensor<f32>, tensor<f32>) -> tensor<*xf32>
        func.return %pow : tensor<*xf32>
      }
    
      // Same as above, but don't infer when the type is "less" static.
      // CHECK-LABEL: func @DontInferFromValueFolding
      func.func @DontInferFromValueFolding(%arg0 : tensor<*xf32>) -> tensor<f32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/ops.mlir

      %cst1 = "tfl.pseudo_const" () {value = dense<0.0> : tensor<4xf32>} : () -> tensor<4xf32> loc("Const")
      // expected-error @+1 {{'tfl.lstm' op failed to verify that operand 2 is 2-D}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    nl.ca
    ns.ca
    nt.ca
    nu.ca
    on.ca
    pe.ca
    qc.ca
    sk.ca
    yk.ca
    // gc.ca: https://en.wikipedia.org/wiki/.gc.ca
    // see also: http://registry.gc.ca/en/SubdomainFAQ
    gc.ca
    
    // cat : https://en.wikipedia.org/wiki/.cat
    cat
    
    // cc : https://en.wikipedia.org/wiki/.cc
    cc
    
    // cd : https://en.wikipedia.org/wiki/.cd
    // see also: https://www.nic.cd/domain/insertDomain_2.jsp?act=1
    cd
    gov.cd
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  7. 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)
Back to top