Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 79 for layers (0.15 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

                    // matrix of a fully connected layer on a trivial FC mnist
                    // model:
                    // - `model.layer-1.kernel` (this is the "best" name)
                    // - `model.keras_api.layers.1.kernel`
                    // - `model.variables.0`
                    // - `model.keras_api.layers.1.keras_api.trainable_variables.0`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    $containers $container.Name }}{{end}}{{- end}} metadata: labels: service.istio.io/canonical-name: {{ index .ObjectMeta.Labels `service.istio.io/canonical-name` | default (index .ObjectMeta.Labels `app.kubernetes.io/name`) | default (index .ObjectMeta.Labels `app`) | default .DeploymentMeta.Name | quote }} service.istio.io/canonical-revision: {{ index .ObjectMeta.Labels `service.istio.io/canonical-revision` | default (index .ObjectMeta.Labels `app.kubernetes.io/version`) | default (index .ObjectMeta.Labels...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Status */
        public static final String LABELS_JOB_STATUS = "{labels.jobStatus}";
    
        /** The key of the message: Labels */
        public static final String LABELS_LABEL_TYPE_IDS = "{labels.labelTypeIds}";
    
        /** The key of the message: lang */
        public static final String LABELS_LANG = "{labels.lang}";
    
        /** The key of the message: Target */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  4. src/encoding/json/testdata/code.json.gz

    9707,"touches":2,"min_t":1228525763,"max_t":1236205616,"mean_t":1232365689},{"name":"layer-visibility-expected.png","kids":[],"cl_weight":0.0006270059426999707,"touches":2,"min_t":1228525763,"max_t":1236205616,"mean_t":1232365689},{"name":"layer-visibility-sublayer-expected.checksum","kids":[],"cl_weight":0.0010036404777328675,"touches":2,"min_t":1229474548,"max_t":1236205616,"mean_t":1232840082},{"name":"layer-visibility-expected.checksum","kids":[],"cl_weight":0.0006270059426999707,"touches":2...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

                service.istio.io/canonical-revision: {{ index .ObjectMeta.Labels `service.istio.io/canonical-revision` | default (index .ObjectMeta.Labels `app.kubernetes.io/version`) | default (index .ObjectMeta.Labels `version`) | default "latest"  | quote }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  6. pkg/apis/apps/validation/validation_test.go

    			field.Invalid(field.NewPath("spec", "template", "metadata", "labels"), nil, ""), // selector is empty, labels are not, so select doesn't match labels
    		},
    	}, {
    		name: "selector_doesnt_match",
    		set:  mkStatefulSet(&validPodTemplate, tweakSelectorLabels(map[string]string{"foo": "bar"})),
    		errs: field.ErrorList{
    			field.Invalid(field.NewPath("spec", "template", "metadata", "labels"), nil, ""),
    		},
    	}, {
    		name: "negative_replicas",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/cluster_builder_test.go

    							LoadBalancingWeight: &wrappers.UInt32Value{
    								Value: 30,
    							},
    						},
    					},
    				},
    			},
    		},
    		{
    			name:   "subset cluster endpoints with labels",
    			mesh:   testMesh(),
    			labels: labels.Instance{"version": "v1"},
    			instances: []*model.ServiceInstance{
    				{
    					Service:     service,
    					ServicePort: servicePort,
    					Endpoint: &model.IstioEndpoint{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  8. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    		}
    		if len(node0.Labels) != len(test.ExpectedLabels) {
    			t.Errorf("%s: Unexpected number of taints: expected %d, got %d",
    				test.Name, len(test.ExpectedLabels), len(node0.Labels))
    		}
    		for key, expectedValue := range test.ExpectedLabels {
    			actualValue, ok := node0.Labels[key]
    			if !ok {
    				t.Errorf("%s: Can't find label %v in %v", test.Name, key, node0.Labels)
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  9. pkg/registry/batch/job/strategy_test.go

    					}},
    			},
    		},
    		"job with non-batch labels and without batch labels in pod template": {
    			job: &batch.Job{
    				ObjectMeta: validObjectMeta,
    				Spec: batch.JobSpec{
    					Selector:       defaultSelector,
    					ManualSelector: ptr.To(false),
    					Template: api.PodTemplateSpec{
    						ObjectMeta: metav1.ObjectMeta{
    							Labels: map[string]string{},
    						},
    						Spec: validPodSpec,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet_node_status_test.go

    			},
    		},
    		{
    			name: "make sure existing labels do not get deleted when initial node has no opinion",
    			initialNode: &v1.Node{
    				ObjectMeta: metav1.ObjectMeta{
    					Labels: map[string]string{},
    				},
    			},
    			existingNode: &v1.Node{
    				ObjectMeta: metav1.ObjectMeta{
    					Labels: map[string]string{
    						v1.LabelHostname:                "new-hostname",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
Back to top