Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 460 for manner (0.35 sec)

  1. docs/bucket/replication/DESIGN.md

    ...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 14.7K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl-provider-plugins/src/main/kotlin/org/gradle/kotlin/dsl/provider/plugins/precompiled/DefaultPrecompiledScriptPluginsSupport.kt

     *
     * Precompiled script plugins can target one of the following Gradle model types, [Gradle], [Settings] or [Project].
     *
     * The target of a given script plugin is defined via its file name suffix in the following manner:
     *  - the `.init.gradle.kts` file name suffix defines a [Gradle] script plugin
     *  - the `.settings.gradle.kts` file name suffix defines a [Settings] script plugin
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 10:44:10 UTC 2024
    - 21K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/feature_variants.adoc

    Gradle will automatically set up a number of things for you, in a very similar way to how the <<java_library_plugin#java_library_plugin,Java Library Plugin>> sets up configurations.
    
    Dependency scope configurations are created in the same manner as for the main feature:
    
    - the configuration `mongodbSupportApi`, used to _declare API dependencies_ for this feature
    - the configuration `mongodbSupportImplementation`, used to _declare implementation dependencies_ for this feature
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 18:45:05 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/transform/AttributeMatchingArtifactVariantSelector.java

     * transforms that can produce a variant compatible with the requested attributes.
     *
     * An instance of {@link ResolutionFailureHandler} is injected in the constructor
     * to allow the caller to handle failures in a consistent manner as during graph variant selection.
     */
    public class AttributeMatchingArtifactVariantSelector implements ArtifactVariantSelector {
        private final ConsumerProvidedVariantFinder consumerProvidedVariantFinder;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 30 13:33:37 UTC 2024
    - 10K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/transforms/quantize.cc

          const bool weight_only_quantization,
          const quant::CustomOpMap& custom_op_map) {
        // Check whether the quantized_op needs to be quantized in weight-only
        // manner.
        bool is_blocklisted = false;
    
        if (auto custom_op = dyn_cast_or_null<CustomOp>(quantized_op)) {
          std::string custom_op_name = custom_op.getCustomCode().str();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/go/ast/inspector/inspector.go

    				continue
    			}
    		} else {
    			// pop
    			push := ev.index
    			if in.events[push].typ&mask != 0 {
    				f(ev.node, false)
    			}
    		}
    		i++
    	}
    }
    
    // WithStack visits nodes in a similar manner to Nodes, but it
    // supplies each call to f an additional argument, the current
    // traversal stack. The stack's first element is the outermost node,
    // an *ast.File; its last is the innermost, n.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  7. guava/src/com/google/common/hash/LittleEndianByteArray.java

      /** The instance that actually does the work; delegates to Unsafe or a pure-Java fallback. */
      private static final LittleEndianBytes byteArray;
    
      /**
       * Load 8 bytes into long in a little endian manner, from the substring between position and
       * position + 8. The array must have at least 8 bytes from offset (inclusive).
       *
       * @param input the input bytes
       * @param offset the offset into the array at which to start
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  8. internal/s3select/sql/analysis.go

    	"errors"
    	"fmt"
    	"strings"
    )
    
    // Query analysis - The query is analyzed to determine if it involves
    // aggregation.
    //
    // Aggregation functions - An expression that involves aggregation of
    // rows in some manner. Requires all input rows to be processed,
    // before a result is returned.
    //
    // Row function - An expression that depends on a value in the
    // row. They have an output for each input row.
    //
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Dec 23 07:19:11 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_config.h

      bool use_fake_quant_num_bits = false;
    
      // Names of ops to block from quantization. Used in QuantizePass.
      // For dynamic range quantization, ops in blocklist are quantized in weight-
      // only manner.
      absl::flat_hash_set<std::string> ops_blocklist;
    
      // Names of locations to block from quantization. Used in QuantizePass.
      absl::flat_hash_set<std::string> nodes_blocklist;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 13 10:16:19 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/hash/LittleEndianByteArray.java

      /** The instance that actually does the work; delegates to Unsafe or a pure-Java fallback. */
      private static final LittleEndianBytes byteArray;
    
      /**
       * Load 8 bytes into long in a little endian manner, from the substring between position and
       * position + 8. The array must have at least 8 bytes from offset (inclusive).
       *
       * @param input the input bytes
       * @param offset the offset into the array at which to start
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 9.7K bytes
    - Viewed (0)
Back to top