Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for Tabelle (0.17 sec)

  1. cmd/kubeadm/app/util/apiclient/idempotency_test.go

    				},
    			},
    			success: true,
    		},
    		{
    			name:       "node does not exist",
    			lookupName: "whale",
    			success:    false,
    		},
    		{
    			name:       "node not labelled yet",
    			lookupName: "robin",
    			node: v1.Node{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: "robin",
    				},
    			},
    			success: false,
    		},
    		{
    			name:       "patch node when timeout",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 18 11:14:32 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  2. guava/src/com/google/common/net/InternetDomainName.java

       *
       * @return {@code true} if this domain name appears exactly on the public suffix list as part of
       *     the registry suffix section (labelled "ICANN").
       * @since 23.3
       */
      public boolean isRegistrySuffix() {
        return registrySuffixIndex() == 0;
      }
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 05 20:47:23 UTC 2024
    - 28K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/schema/schema_v3b.fbs

      L2_NORMALIZATION = 11,
      L2_POOL_2D = 12,
      LOCAL_RESPONSE_NORMALIZATION = 13,
      LOGISTIC = 14,
      LSH_PROJECTION = 15,
      LSTM = 16,
      MAX_POOL_2D = 17,
      MUL = 18,
      RELU = 19,
      // NOTE(aselle): RELU_N1_TO_1 used to be called RELU1, but it was renamed
      // since different model developers use RELU1 in different ways. Never
      // create another op called RELU1.
      RELU_N1_TO_1 = 20,
      RELU6 = 21,
      RESHAPE = 22,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 14:28:27 UTC 2024
    - 30K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/net/InternetDomainName.java

       *
       * @return {@code true} if this domain name appears exactly on the public suffix list as part of
       *     the registry suffix section (labelled "ICANN").
       * @since 23.3
       */
      public boolean isRegistrySuffix() {
        return registrySuffixIndex() == 0;
      }
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 05 20:47:23 UTC 2024
    - 28K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_fr.properties

    labels.configId	=	ID de configuration
    labels.configParameter	=	Paramètres de configuration
    labels.content	=	Contenu
    labels.csvFileEncoding	=	Encodage CSV
    labels.defaultLabelValue	=	Libellé par défaut
    labels.designFileName	=	Nom de fichier
    labels.incrementalCrawling	=	Vérifier la dernière modification
    labels.errorCount	=	Nombre d'erreurs
    labels.errorLog	=	Journal des erreurs
    labels.errorName	=	Nom de l'erreur
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/schema/schema.fbs

      L2_NORMALIZATION = 11,
      L2_POOL_2D = 12,
      LOCAL_RESPONSE_NORMALIZATION = 13,
      LOGISTIC = 14,
      LSH_PROJECTION = 15,
      LSTM = 16,
      MAX_POOL_2D = 17,
      MUL = 18,
      RELU = 19,
      // NOTE(aselle): RELU_N1_TO_1 used to be called RELU1, but it was renamed
      // since different model developers use RELU1 in different ways. Never
      // create another op called RELU1.
      RELU_N1_TO_1 = 20,
      RELU6 = 21,
      RESHAPE = 22,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  7. src/go/build/build.go

    }
    
    // parseFileHeader should be an internal detail,
    // but widely used packages access it using linkname.
    // Notable members of the hall of shame include:
    //   - github.com/bazelbuild/bazel-gazelle
    //
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    //go:linkname parseFileHeader
    func parseFileHeader(content []byte) (trimmed, goBuild []byte, sawBinaryOnly bool, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  8. src/runtime/pprof/pprof_test.go

    // samples end up running on systemstack.
    func labelHog(stop chan struct{}, gogc int) {
    	// Regression test for issue 50032. We must give GC an opportunity to
    	// be initially triggered by a labelled goroutine.
    	runtime.GC()
    
    	for i := 0; ; i++ {
    		select {
    		case <-stop:
    			return
    		default:
    			debug.SetGCPercent(gogc)
    		}
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
Back to top