Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 139 for farm (0.06 sec)

  1. src/cmd/compile/internal/types2/api_test.go

    		}
    	}
    }
    
    func TestScopesInfo(t *testing.T) {
    	testenv.MustHaveGoBuild(t)
    
    	var tests = []struct {
    		src    string
    		scopes []string // list of scope descriptors of the form kind:varlist
    	}{
    		{`package p0`, []string{
    			"file:",
    		}},
    		{`package p1; import ( "fmt"; m "math"; _ "os" ); var ( _ = fmt.Println; _ = m.Pi )`, []string{
    			"file:fmt m",
    		}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 93.3K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/regalloc.go

    // add a x4:CX->BX copy at the end of b4.
    // But the definition of x3 doesn't dominate b2.  We should really
    // insert an extra phi at the start of b2 (x5=phi(x3,x4):BX) to keep
    // SSA form. For now, we ignore this problem as remaining in strict
    // SSA form isn't needed after regalloc. We'll just leave the use
    // of x3 not dominated by the definition of x3, and the CX->BX copy
    // will have no use (so don't run deadcode after regalloc!).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  3. guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    p-&iupparme,oidutsrme,skoobetonrme,?etisbew-3s,ipa-etucexe,kcatslaud.&3s,etisbew-3s,tniopssecca-3s,?tniopssecca-3s,???s,?4-tsaehtuos-pa.&3s,adbmal-tcejbo-3s,etisbew-3s,ipa-etucexe,kcatslaud.&3s,tniopssecca-3s,?tniopssecca-3s,?labolg-3s.tniopssecca.parm,?yasdrocsid,?t&arcomed-a-si,c&-morf,etedatad.&ecnatsni,omed,??eel&-si,rebu-si,?hgilfhtiwletoh,i:batym,,m-morf,n&atnuocca-na-si,e&duts-a-si,r-ot-ecaps,tnocresu&buhtig,e&capsppa,donil.pi,lbavresbo.citats,?kaerts,pl,???ops&edoc,golb,ppa,?s&i&hcrana-&...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 21 21:04:43 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  4. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    p-&iupparme,oidutsrme,skoobetonrme,?etisbew-3s,ipa-etucexe,kcatslaud.&3s,etisbew-3s,tniopssecca-3s,?tniopssecca-3s,???s,?4-tsaehtuos-pa.&3s,adbmal-tcejbo-3s,etisbew-3s,ipa-etucexe,kcatslaud.&3s,tniopssecca-3s,?tniopssecca-3s,?labolg-3s.tniopssecca.parm,?yasdrocsid,?t&arcomed-a-si,c&-morf,etedatad.&ecnatsni,omed,??eel&-si,rebu-si,?hgilfhtiwletoh,i:batym,,m-morf,n&atnuocca-na-si,e&duts-a-si,r-ot-ecaps,tnocresu&buhtig,e&capsppa,donil.pi,lbavresbo.citats,?kaerts,pl,???ops&edoc,golb,ppa,?s&i&hcrana-&...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 21 21:04:43 UTC 2024
    - 72.4K bytes
    - Viewed (1)
  5. okhttp/src/main/kotlin/okhttp3/HttpUrl.kt

     * stores information-per-URL will need to either canonicalize manually, or suffer unnecessary
     * redundancy for such URLs.
     *
     * Because they don't attempt canonical form, these classes are surprisingly difficult to use
     * securely. Suppose you're building a webservice that checks that incoming paths are prefixed
     * "/static/images/" before serving the corresponding assets from the filesystem.
     *
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Jan 09 12:33:05 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/pkg/resource/builder_test.go

    			args:            []string{"rc/foo", "bar"},
    			expectedHasName: false,
    			expectedError:   fmt.Errorf("there is no need to specify a resource type as a separate argument when passing arguments in resource/name form (e.g. '" + basename + " get resource/<resource_name>' instead of '" + basename + " get resource resource/<resource_name>'"),
    		},
    	}
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 11:58:41 UTC 2023
    - 56.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    		r = &EnableIf{Type: r, Args: enableIfArgs}
    	}
    
    	if constraint != nil {
    		r = &Constraint{Name: r, Requires: constraint}
    	}
    
    	return r
    }
    
    // hasReturnType returns whether the mangled form of a will have a
    // return type.
    func hasReturnType(a AST) bool {
    	switch a := a.(type) {
    	case *Qualified:
    		if a.LocalName {
    			return hasReturnType(a.Name)
    		}
    		return false
    	case *Template:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

    //
    // For example, a scaling with image shape [1, 3, 3, 1] to [2, 2] and unaligned
    // corners would generate a [0, 1] lookup along both the x and y direction.
    // Then when combined to form the 1-D spatial index the values would be
    // [0, 1, 3, 4] which would gather along the reshape image tensor of shape
    // [1, 9, 1], reshaped to the final [1, 3, 3, 1].
    class LowerResizeNearestNeighbor : public RewritePattern {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  9. src/go/types/api_test.go

    		}
    	}
    }
    
    func TestScopesInfo(t *testing.T) {
    	testenv.MustHaveGoBuild(t)
    
    	var tests = []struct {
    		src    string
    		scopes []string // list of scope descriptors of the form kind:varlist
    	}{
    		{`package p0`, []string{
    			"file:",
    		}},
    		{`package p1; import ( "fmt"; m "math"; _ "os" ); var ( _ = fmt.Println; _ = m.Pi )`, []string{
    			"file:fmt m",
    		}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

        return false;
      }
      // Check there is only one subtype contained in the variant type. Note that
      // when `subtypes.size() == 1` does not always mean the type is actually
      // a tensorlist. We probably need some form of data flow analysis.
      if (variant_ty.getSubtypes().size() == 1) {
        return true;
      }
      // If subtype info is not available, check if the value is used by any of
      // the following TensorList operations.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
Back to top