Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 213 for spcs (0.08 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ShortCircuitEmptyConfigurationResolver.java

    import org.gradle.api.internal.attributes.ImmutableAttributes;
    import org.gradle.api.internal.tasks.TaskDependencyResolveContext;
    import org.gradle.api.specs.Spec;
    import org.gradle.api.specs.Specs;
    import org.gradle.internal.deprecation.DeprecationLogger;
    
    import java.io.File;
    import java.util.Collections;
    import java.util.List;
    import java.util.Set;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/quantization_config.proto

    // statistics via calibration.
    //
    // This preset is equivalent to the following `QuantizationSpecs`:
    //
    // ```
    // specs {matcher {function_name {regex: ".*"}} method {static_range_ptq {}}}
    // specs {
    //   matcher {function_name {regex: "composite_conv.*"}}
    //   method {static_range_ptq {
    //     input_quantized_types {
    //       key: 1
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/ops/gen/cpp/views/BUILD

    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = ["//visibility:private"],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "views",
        srcs = glob(
            ["*.cc"],
            exclude = ["*_test.cc"],
        ),
        hdrs = glob(["*.h"]),
        visibility = ["//tensorflow/c/experimental/ops/gen/cpp/renderers:__pkg__"],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 07:02:00 UTC 2024
    - 731 bytes
    - Viewed (0)
  4. internal/http/dial_linux.go

    				_ = syscall.SetsockoptInt(fd, syscall.IPPROTO_TCP, syscall.TCP_KEEPCNT, 5)
    
    				// Wait time after successful probe in seconds.
    				// ~ cat /proc/sys/net/ipv4/tcp_keepalive_intvl (defaults to 75 secs, we reduce it to 15 secs)
    				_ = syscall.SetsockoptInt(fd, syscall.IPPROTO_TCP, syscall.TCP_KEEPINTVL, 15)
    			}
    
    			// Set tcp user timeout in addition to the keep-alive - tcp-keepalive is not enough to close a socket
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 4.8K bytes
    - Viewed (3)
  5. tensorflow/compiler/mlir/lite/python/saved_model_to_tfl_flatbuffer.cc

      absl::Span<std::string> exported_names(exported_names_in_vector);
    
      if (exported_names.empty()) {
        return errors::Unimplemented("Need at least one exported name.");
      }
    
      tensorflow::GraphImportConfig specs;
      specs.upgrade_legacy = true;
    
      std::vector<std::string> custom_opdefs(toco_flags.custom_opdefs().begin(),
                                             toco_flags.custom_opdefs().end());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 11K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/stablehlo/passes/insert_weight_param.cc

        // second operand, which is weight.
        const QuantizedType& quantized_type = input_quantized_types.at(1);
        if (const auto& specs = quantized_type.dimension_specs();
            specs.has_dimension()) {
          return specs.dimension() >= 0 && specs.dimension() < rank;
        }
        return true;
      }
    
      static bool IsPerTensor(const WeightOnlyPtq& weight_only_ptq) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 05:56:10 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/execution/selection/DefaultBuildTaskSelector.java

    import org.gradle.api.problems.internal.GradleCoreProblemGroup;
    import org.gradle.api.problems.internal.InternalProblemSpec;
    import org.gradle.api.problems.internal.InternalProblems;
    import org.gradle.api.specs.Spec;
    import org.gradle.api.specs.Specs;
    import org.gradle.configuration.project.BuiltInCommand;
    import org.gradle.execution.ProjectSelectionException;
    import org.gradle.execution.TaskSelection;
    import org.gradle.execution.TaskSelectionException;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 14K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/fixtures/SystemPropertiesCompositeBuildFixture.groovy

        }
    
        static List<Spec> specsWithoutSystemPropertyAccess() {
            specs().findAll { spec -> spec.systemPropertyAccess == SystemPropertyAccess.NO_ACCESS }
        }
    
        static List<Spec> specsWithSystemPropertyAccess() {
            specs().findAll { spec -> spec.systemPropertyAccess != SystemPropertyAccess.NO_ACCESS }
        }
    
        static List<Spec> specs() {
            [
                definitions(),
                SystemPropertyAccess.values()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  9. src/internal/trace/event/event.go

    	"stack",   // stack ID
    	"value",   // uint64
    	"task",    // trace.TaskID
    }
    
    // Names is a helper that produces a mapping of event names to event types.
    func Names(specs []Spec) map[string]Type {
    	nameToType := make(map[string]Type)
    	for i, spec := range specs {
    		nameToType[spec.Name] = Type(byte(i))
    	}
    	return nameToType
    }
    
    // Experiment is an experiment ID that events may be associated with.
    type Experiment uint
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  10. platforms/ide/tooling-api-builders/build.gradle.kts

    errorprone {
        disabledChecks.addAll(
            "InlineMeSuggester", // 1 occurrences
        )
    }
    
    dependencies {
        implementation(project(":base-services-groovy")) // for 'Specs'
        implementation(project(":core-api"))
        implementation(project(":dependency-management"))
        implementation(project(":launcher"))
        implementation(project(":resources"))
        implementation(project(":testing-base"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.5K bytes
    - Viewed (0)
Back to top