Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ezmorph (0.12 sec)

  1. gradle/verification-metadata.xml

             </artifact>
          </component>
          <component group="net.sf.ezmorph" name="ezmorph" version="1.0.6">
             <artifact name="ezmorph-1.0.6.jar">
                <sha256 value="2be06a2380f8656426b5c610db694bbd75314caf3e9191affcd7942721398ed7" reason="Artifact is not signed"/>
             </artifact>
          </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  2. cmd/kubemark/app/hollow_node_test.go

    		t.Fatal(err)
    	}
    
    	for morph := range knownMorphs {
    		morph := morph
    		t.Run(morph, func(t *testing.T) {
    			s := &hollowNodeConfig{
    				KubeconfigPath: kubeconfigPath,
    				Morph:          morph,
    			}
    			errCh := make(chan error)
    			go func() {
    				data, err := os.ReadFile(kubeconfigPath)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 10:06:15 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  3. cmd/kubemark/app/hollow_node.go

    	fs.StringVar(&c.NodeName, "name", "fake-node", "Name of this Hollow Node.")
    	fs.IntVar(&c.ServerPort, "api-server-port", 443, "Port on which API server is listening.")
    	fs.StringVar(&c.Morph, "morph", "", fmt.Sprintf("Specifies into which Hollow component this binary should morph. Allowed values: %v", knownMorphs.List()))
    	fs.StringVar(&c.ContentType, "kube-api-content-type", "application/vnd.kubernetes.protobuf", "ContentType of requests sent to apiserver.")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 08:58:18 UTC 2024
    - 11K bytes
    - Viewed (0)
  4. tensorflow/compiler/aot/tfcompile.bzl

                tags = tags,
            )
            tfcompile_graph = freeze_file
    
        # Rule that runs tfcompile to produce the header and object file.
        header_file = name + ".h"
    
        # The XLA backends morph kernel name prefix __ that is not in the form of
        # __xla_.
        ep = ("__xla_" + native.package_name() + "__" + name).replace("/", "_")
        if type(tfcompile_flags) == type(""):
            flags = tfcompile_flags
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  5. src/encoding/json/testdata/code.json.gz

    97099,"touches":4,"min_t":1228948796,"max_t":1237229192,"mean_t":1232965597},{"name":"paths-data-03-f-expected.png","kids":[],"cl_weight":0.007551459467697099,"touches":4,"min_t":1228948796,"max_t":1237229192,"mean_t":1232965597},{"name":"filters-morph-01-f-expected.png","kids":[],"cl_weight":0.007551459467697099,"touches":4,"min_t":1228948796,"max_t":1237229192,"mean_t":1232965597},{"name":"struct-frag-03-t-expected.checksum","kids":[],"cl_weight":0.007124838307287542,"touches":3,"min_t":122894...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top