Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 731 for expand1 (0.28 sec)

  1. src/net/netip/slow_test.go

    //     address is transformed to its hex equivalent,
    //     e.g. 1:2:3:4:5:6:708:90a.
    //   - An address may contain one "::", which expands into as many
    //     16-bit blocks of zeros as needed to make the address its correct
    //     full size. For example, fe80::1:2 expands to fe80:0:0:0:0:0:1:2.
    //
    // Both short forms may be present in a single address,
    // e.g. fe80::1.2.3.4.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 19:54:31 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/api/internal/file/archive/TarFileTree.java

            File archiveFile = tarFileProvider.get();
            if (!archiveFile.exists()) {
                throw new InvalidUserDataException(format("Cannot expand %s as it does not exist.", getDisplayName()));
            }
            if (!archiveFile.isFile()) {
                throw new InvalidUserDataException(format("Cannot expand %s as it is not a file.", getDisplayName()));
            }
    
            File expandedDir = getExpandedDir();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 15:15:04 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/dilated_conv.h

    // extra ops are used, so we detect the following patterns:
    //
    //
    //   SpaceToBatchND -> Expand -> Conv2D -> Squeeze -> BatchToSpaceND -> BiasAdd
    //
    //   SpaceToBatchND -> Expand -> Conv2D -> Squeeze -> Pad -> BatchToSpaceND ->
    //   BiasAdd
    //
    //   SpaceToBatchND -> Expand -> Conv2D -> Squeeze -> BiasAdd -> BatchToSpaceND
    //
    //   SpaceToBatchND -> Conv2D -> Pad -> BatchToSpaceND -> BiasAdd
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 20K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/index.jsp

    		${fe:facetForm()}${fe:geoForm()}
    		<header>
    			<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
    				<div id="content" class="container">
    					<div class="navbar-brand"></div>
    					<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar"
    							aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
    						<span class="navbar-toggler-icon"></span>
    					</button>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/orig/view/index.jsp

    		${fe:facetForm()}${fe:geoForm()}
    		<header>
    			<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
    				<div id="content" class="container">
    					<div class="navbar-brand"></div>
    					<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar"
    							aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
    						<span class="navbar-toggler-icon"></span>
    					</button>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  6. platforms/native/language-native/src/test/groovy/org/gradle/language/nativeplatform/internal/incremental/DefaultSourceIncludesResolverTest.groovy

            expect:
            def result = resolve(include('TEST(FILE, NAME)'))
            result.complete
            result.files.file as List == [header]
        }
    
        def "expands arguments of macro function that calls macro function that concatenates parameters to produce macro reference"() {
            given:
            def header = systemIncludeDir.createFile("test.h")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/calibration_algorithm.py

         The HistogramMseMaxFrequency method starts from the bin with the highest
         frequency and expands the range to both sides. This performs well when data
         is well spread on both sides of the max frequency.
    
        Returns:
          (min_value, max_value): Min and max calculated using method to expand the
          range based on max frequency.
        """
        # Find the index of max frequency.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 11 19:29:56 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  8. pkg/volume/util/operationexecutor/node_expander.go

    	allocatedResourceStatus := ne.pvc.Status.AllocatedResourceStatuses
    	if currentStatus, ok := allocatedResourceStatus[v1.ResourceStorage]; ok {
    		ne.resizeStatus = currentStatus
    	}
    
    	// PVC is already expanded but we are still trying to expand the volume because
    	// last recorded size in ASOW is older. This can happen for RWX volume types.
    	if ne.pvcStatusCap.Cmp(ne.pluginResizeOpts.NewSize) >= 0 && ne.resizeStatus == "" {
    		ne.pvcAlreadyUpdated = true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 17 19:30:35 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/bundling/ArchiveIntegrationTest.groovy

            when:
            def failure = runAndFail('copy')
    
            then:
            failure.assertHasDescription("Execution failed for task ':copy'.")
            failure.assertThatCause(CoreMatchers.startsWith("Cannot expand ZIP"))
    
            where:
            scenario | content
            "archive of other format"   | { td -> td.file('content/some-file.txt').text = "Content"; td.file('content').tarTo(td.file('compressedTarWithWrongExtension.zip')) }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/stablehlo/python/pywrap_quantization.cc

      // LINT.IfChange(expand_preset_configs)
      m.def("expand_preset_configs", &PywrapExpandPresets, R"pbdoc(
            Expands presets to other fields in `QuantizationConfig`.
    
            Each preset is expressible by other fields in `QuantizationConfig`.
            Returns a copy of `QuantizationConfig` (serialized) where the fields are
            expanded from presets. If no preset has been set, it is a no-op and
            returns the same copy of the input.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 20 13:51:40 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top