Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 7,317 for Using$ (0.49 sec)

  1. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildDeclaredSubstitutionsIntegrationTest.groovy

            dependency "org.test:b1:1.0"
            dependency "org.test:b2:1.0"
    
            includeBuild buildB, """
                substitute module("org.test:buildB") using project(":")
                substitute module("org.test:b1:1.0") using project(":b1")
    """
    
            expect:
            resolvedGraph {
                edge("org.test:buildB:1.0", ":buildB", "org.test:buildB:2.0") {
                    compositeSubstitute()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 01 20:36:42 UTC 2022
    - 14.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/lift_variables.cc

    namespace mlir {
    namespace tf_saved_model {
    
    using llvm::SmallSet;
    using ::tensorflow::Device;
    using ::tensorflow::DeviceMgr;
    using ::tensorflow::mutex_lock;
    using ::tensorflow::ResourceHandle;
    using ::tensorflow::Session;
    using ::tensorflow::Status;
    using ::tensorflow::StatusOr;
    using ::tensorflow::Tensor;
    using ::tensorflow::Var;
    
    namespace {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 23 09:05:47 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/python/quantize_model.cc

    using ::mlir::quant::stablehlo::PreCalibrationComponent;
    using ::mlir::quant::stablehlo::RunCalibrationPasses;
    using ::mlir::quant::stablehlo::UpdateFunctionAliases;
    using ::mlir::quant::stablehlo::WeightOnlyPtqComponent;
    using ::stablehlo::quantization::AddCalibrationStatistics;
    using ::stablehlo::quantization::ChangeToQuantizedFilename;
    using ::stablehlo::quantization::DebuggerConfig;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/internal/passes/xla_cluster_formation.cc

    namespace tensorflow {
    namespace tf2xla {
    namespace internal {
    
    using mlir::Block;
    using mlir::CallInterfaceCallable;
    using mlir::CallOpInterface;
    using mlir::ModuleOp;
    using mlir::OpBuilder;
    using mlir::Operation;
    using mlir::OperationPass;
    using mlir::SymbolTable;
    using mlir::SymbolTableCollection;
    using mlir::SymbolUserOpInterface;
    using mlir::func::FuncOp;
    
    #define GEN_PASS_DEF_XLACLUSTERFORMATIONPASS
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 19 19:09:44 UTC 2023
    - 6K bytes
    - Viewed (0)
  5. tensorflow/cc/framework/gradient_checker_test.cc

    #include "tensorflow/core/util/equal_graph_def.h"
    
    namespace tensorflow {
    namespace {
    
    using ops::Complex;
    using ops::Const;
    using ops::Div;
    using ops::MatMul;
    using ops::Placeholder;
    using ops::Real;
    using ops::Split;
    using ops::Square;
    using ops::Stack;
    using ops::Sub;
    using ops::Unstack;
    
    TEST(GradientCheckerTest, BasicFloat) {
      Scope scope = Scope::NewRootScope();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 06 15:54:08 UTC 2018
    - 6.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/stablehlo/cc/pre_calibration_test.cc

    #include "tsl/platform/status_matchers.h"
    
    namespace mlir::quant::stablehlo {
    namespace {
    
    using ::stablehlo::quantization::ExpandPresets;
    using ::stablehlo::quantization::PopulateDefaults;
    using ::stablehlo::quantization::QuantizationConfig;
    using ::testing::Contains;
    using ::testing::SizeIs;
    using ::testing::StartsWith;
    using ::testing::StrEq;
    using ::tsl::testing::IsOk;
    
    // Matches an operation whose `getSymName` equals `name`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 21:41:08 UTC 2024
    - 6K bytes
    - Viewed (0)
  7. docs/en/docs/advanced/async-tests.md

    # Async Tests
    
    You have already seen how to test your **FastAPI** applications using the provided `TestClient`. Up to now, you have only seen how to write synchronous tests, without using `async` functions.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Jan 13 12:07:15 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  8. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/PlatformNativeComponentReportIntegrationTest.groovy

    Binaries
        Shared library 'someLib:sharedLibrary'
            build using task: :someLibSharedLibrary
            build type: build type 'debug'
            flavor: flavor 'default'
            target platform: platform '$currentNative'
            tool chain: Tool chain 'clang' (Clang)
            shared library file: build/libs/someLib/shared/libsomeLib.dylib
        Static library 'someLib:staticLibrary'
            build using task: :someLibStaticLibrary
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/samples/build-organization/composite-builds/basic/README.adoc

    NOTE: You can open this sample inside an IDE using the https://www.jetbrains.com/help/idea/gradle.html#gradle_import_project_start[IntelliJ native importer] or https://projects.eclipse.org/projects/tools.buildship[Eclipse Buildship].
    
    == Defining and using a composite build
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  10. tensorflow/c/ops.cc

    using ::tensorflow::DataType;
    using ::tensorflow::OpDef;
    using ::tensorflow::OpDefBuilder;
    using ::tensorflow::OpDeprecation;
    using ::tensorflow::OpShapeInferenceFn;
    using ::tensorflow::Set_TF_Status_from_Status;
    using ::tensorflow::Status;
    using ::tensorflow::shape_inference::DimensionHandle;
    using ::tensorflow::shape_inference::InferenceContext;
    using ::tensorflow::shape_inference::ShapeHandle;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 28 22:41:35 UTC 2022
    - 10.9K bytes
    - Viewed (0)
Back to top