Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 344 for utiliza (0.12 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-death-test.h

    // The death testing framework causes this to have interesting semantics,
    // since the sideeffects of the call are only visible in opt mode, and not
    // in debug mode.
    //
    // In practice, this can be used to test functions that utilize the
    // LOG(DFATAL) macro using the following style:
    //
    // int DieInDebugOr12(int* sideeffect) {
    //   if (sideeffect) {
    //     *sideeffect = 12;
    //   }
    //   LOG(DFATAL) << "death";
    //   return 12;
    // }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  2. docs/fr/docs/python-types.md

    ## Les annotations de type dans **FastAPI**
    
    **FastAPI** utilise ces annotations pour faire différentes choses.
    
    Avec **FastAPI**, vous déclarez des paramètres grâce aux annotations de types et vous obtenez :
    
    * **du support de l'éditeur**
    * **de la vérification de types**
    
    ...et **FastAPI** utilise ces mêmes déclarations pour :
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/utils/utils.h

    #ifndef TENSORFLOW_COMPILER_MLIR_LITE_UTILS_UTILS_H_
    #define TENSORFLOW_COMPILER_MLIR_LITE_UTILS_UTILS_H_
    
    #include <algorithm>
    #include <cstddef>
    #include <cstdint>
    #include <utility>
    #include <vector>
    
    #include "llvm/ADT/ArrayRef.h"
    #include "mlir/IR/Attributes.h"  // from @llvm-project
    #include "mlir/IR/BuiltinAttributeInterfaces.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  4. docs/fr/docs/alternatives.md

    Webargs est un outil qui a été créé pour fournir cela par-dessus plusieurs frameworks, dont Flask.
    
    Il utilise Marshmallow pour effectuer la validation des données. Et il a été créé par les mêmes développeurs.
    
    C'est un outil formidable et je l'ai beaucoup utilisé aussi, avant d'avoir **FastAPI**.
    
    !!! info
    Webargs a été créé par les développeurs de Marshmallow.
    
    !!! check "A inspiré **FastAPI** à"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/componentconfigs/configset.go

    			cfg.SetUserSupplied(true)
    			return cfg, nil
    		}
    	}
    	return nil, nil
    }
    
    // fromConfigMap is an utility function, which will load the value of a key of a config map and use h.FromDocumentMap() to perform the parsing
    // This is an utility func. Used by the component config support implementations. Don't use it outside of that context.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:36:00 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  6. platforms/ide/ide-plugins/src/test/groovy/org/gradle/plugins/ide/eclipse/EclipseWtpPluginTest.groovy

            checkEclipseWtpComponentForJava()
            checkEclipseWtpFacet([
                    new Facet(FacetType.fixed, 'jst.java', null),
                    new Facet(FacetType.installed, 'jst.utility', '1.0'),
                    new Facet(FacetType.installed, 'jst.java', '6.0')])
        }
    
        def applyFirstToJavaProject_shouldHaveWebProjectAndClasspathTask() {
            when:
            wtpPlugin.apply(project)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 08 10:14:49 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/samples/readme-templates/multi-common-body.adoc.template

    Since our build consists of multiple-subprojects, we want to share build logic and configuration between them.
    For this, we utilize so-called _convention plugins_ that are located in the `buildSrc` folder.
    Convention plugins in `buildSrc` are an easy way to utilise Gradle's plugin system to write reusable bits of build configuration.
    
    in this sample, we can find three such convention plugins that are based on each other:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 08 11:21:22 UTC 2023
    - 14.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/analysis/side_effect_analysis.h

    #ifndef TENSORFLOW_COMPILER_MLIR_TENSORFLOW_ANALYSIS_SIDE_EFFECT_ANALYSIS_H_
    #define TENSORFLOW_COMPILER_MLIR_TENSORFLOW_ANALYSIS_SIDE_EFFECT_ANALYSIS_H_
    
    #include <cstddef>
    #include <cstdint>
    #include <memory>
    #include <utility>
    
    #include "absl/container/flat_hash_map.h"
    #include "absl/container/flat_hash_set.h"
    #include "llvm/ADT/DenseMap.h"
    #include "llvm/ADT/STLFunctionalExtras.h"
    #include "llvm/ADT/SetVector.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 09:04:13 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/dependency_downgrade_and_exclude.adoc

    Excluding a transitive dependency might lead to runtime errors if external libraries do not properly function without them.
    If you use excludes, make sure that you do not utilise any code path requiring the excluded dependency by sufficient test coverage.
    ====
    
    Transitive dependencies can be excluded on the level of a declared dependency.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/common/ir/UniformSupport.h

    #define TENSORFLOW_COMPILER_MLIR_QUANTIZATION_COMMON_IR_UNIFORMSUPPORT_H_
    
    #include <algorithm>
    #include <cassert>
    #include <cmath>
    #include <cstdint>
    #include <cstring>
    #include <utility>
    
    #include "llvm/ADT/APFloat.h"
    #include "llvm/ADT/APInt.h"
    #include "llvm/ADT/APSInt.h"
    #include "mlir/Dialect/Quant/QuantTypes.h"  // from @llvm-project
    #include "mlir/IR/Attributes.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 02:10:16 UTC 2024
    - 9.8K bytes
    - Viewed (0)
Back to top