Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 57 for resultCh (0.4 sec)

  1. src/main/resources/fess_label_fr.properties

    labels.purgeJobLogDay	=	Purger le journal des tâches avant
    labels.purgeUserInfoDay	=	Purger l'utilisateur avant
    labels.reading	=	Lecture
    labels.roleTypeIds	=	ID de rôle
    labels.scriptData	=	Scénario
    labels.scriptResult	=	Résultat
    labels.scriptType	=	Exécuteur
    labels.segmentation	=	Segmentation
    labels.startTime	=	Heure de début
    labels.target	=	Cible
    labels.token	=	Jeton
    labels.synonymFile	=	Fichier de synonymes
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  2. tests/joins_test.go

    		return results[i].PetID > results[j].PetID
    	})
    
    	sort.Slice(results, func(i, j int) bool {
    		return user.Pets[i].ID > user.Pets[j].ID
    	})
    
    	if len(results) != 2 || results[0].Name != user.Pets[0].Name || results[1].Name != user.Pets[1].Name {
    		t.Errorf("Should find all two pets with Join select, got %+v", results)
    	}
    }
    
    func TestJoinWithOmit(t *testing.T) {
    	user := *GetUser("joins_with_omit", Config{Pets: 2})
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 10:52:33 UTC 2024
    - 15K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/saved_model/core/tf_concrete_function_loading_test.cc

      {
        std::unique_ptr<TFConcreteFunction> result;
        Status status =
            internal::LoadTFConcreteFunction(saved, &func, {}, context(), &result);
        TF_EXPECT_OK(status) << status.message();
        // The function should be registered with context.
        EXPECT_TRUE(context()->FindFunctionByName(func_name));
      }
    
      // After `result's` destructor runs, the function should no longer be
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 14 19:16:58 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/util/patches/patches.go

    	pathLock.Lock()
    	pathCache[path] = pm
    	pathLock.Unlock()
    
    	return pm, nil
    }
    
    // ApplyPatchesToTarget takes a patch target and patches its "Data" using the patches
    // stored in the patch manager. The resulted "Data" is always converted to JSON.
    func (pm *PatchManager) ApplyPatchesToTarget(patchTarget *PatchTarget) error {
    	var err error
    	var patchedData []byte
    
    	var found bool
    	for _, pt := range pm.knownTargets {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  5. maven-core/src/main/java/org/apache/maven/graph/DefaultGraphBuilder.java

                result = new ArrayList<>(projects);
                result.removeAll(excludedProjects);
    
                if (result.isEmpty()) {
                    boolean isPlural = excludedProjects.size() > 1;
                    String message = String.format(
                            "The project exclusion%s in --projects/-pl resulted in an "
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 05 09:23:26 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_driver.cc

        }
    
        for (int i = 0; i < op->getNumResults(); ++i) {
          Value result = op->getResult(i);
          // If the result has been quantized, it should only be used by a
          // `quantfork::QuantizeCastOp`. For this case, we uses the quantized
          // result to create the state and mark it immutable.
          if (result.hasOneUse()) {
            Operation* user = result.use_begin().getUser();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tf_tfl_translate.cc

    enum TranslationStatus { kTrSuccess, kTrFailure };
    
    static int PrintFunctionResultMapping(const std::string &result,
                                          ModuleOp module) {
      // Build model from the resultant string to extract the return values from
      // their source of truth.
      auto model =
          tflite::FlatBufferModel::BuildFromBuffer(result.data(), result.size());
      if (!model) return kTrFailure;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 14K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/admission/plugin/cel/filter.go

    func (e *filter) CompilationErrors() []error {
    	compilationErrors := []error{}
    	for _, result := range e.compilationResults {
    		if result.Error != nil {
    			compilationErrors = append(compilationErrors, result.Error)
    		}
    	}
    	return compilationErrors
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 24 14:46:11 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  9. src/crypto/cipher/gcm_test.go

    	dst := make([]byte, len(ciphertext)-16)
    	for i := range dst {
    		dst[i] = 42
    	}
    
    	result, err := aesgcm.Open(dst[:0], nonce, ciphertext, nil)
    	if err == nil {
    		t.Fatal("Bad Open still resulted in nil error.")
    	}
    
    	if result != nil {
    		t.Fatal("Failed Open returned non-nil result.")
    	}
    
    	for i := range dst {
    		if dst[i] != 0 {
    			t.Fatal("Failed Open didn't zero dst buffer")
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 25 15:27:49 UTC 2023
    - 35K bytes
    - Viewed (0)
  10. docs/fr/docs/tutorial/first-steps.md

    ```hl_lines="4"
    INFO:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    ```
    
    Cette ligne montre l'URL par laquelle l'app est actuellement accessible, sur votre machine locale.
    
    ### Allez voir le résultat
    
    Ouvrez votre navigateur à l'adresse <a href="http://127.0.0.1:8000" class="external-link" target="_blank">http://127.0.0.1:8000</a>.
    
    Vous obtiendrez cette réponse JSON :
    
    ```JSON
    {"message": "Hello World"}
    ```
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Sep 27 20:52:31 UTC 2023
    - 10.3K bytes
    - Viewed (0)
Back to top