Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,210 for uspace (0.21 sec)

  1. common/config/sass-lint.yml

      pseudo-element: 2
      quotes:
        - 2
        -
          style: double
      shorthand-values: 2
      single-line-per-selector: 0
      space-after-bang: 2
      space-after-colon: 2
      space-after-comma: 2
      space-around-operator: 2
      space-before-bang: 2
      space-before-brace: 2
      space-before-colon: 2
      space-between-parens: 2
      trailing-semicolon: 2
      url-quotes: 2
      variable-for-property:
        - 0
        -
          properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 11 23:32:21 UTC 2019
    - 2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/unfuse_mhlo_batch_norm.mlir

    // CHECK-LABEL: @batchNormInference_2D_inner_features
    // CHECK-SAME: %[[X:[^:[:space:]]+]]
    // CHECK-SAME: %[[SCALE:[^:[:space:]]+]]
    // CHECK-SAME: %[[OFFSET:[^:[:space:]]+]]
    // CHECK-SAME: %[[MEAN:[^:[:space:]]+]]
    // CHECK-SAME: %[[VARIANCE:[^:[:space:]]+]]
    func.func @batchNormInference_2D_inner_features(
        %x: tensor<4x256xf32>, %scale: tensor<256xf32>, %offset: tensor<256xf32>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/g3doc/space_to_depth.md

    ## Proposed Method
    
    **block\_size** is defined as the number of space sizes transformed to the depth
    dimension. _stride % block\_size == 0_ and _stride >= block\_size_ is required
    to do the transform. There are three parts of automatically space to depth
    transformation:
    
    1.  Transform input on the host.
    
        Space-to-depth performs the following permutation, which is equivalent to
        `tf.nn.space_to_depth`.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Oct 24 02:51:43 UTC 2020
    - 8.3K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/pluggable_profiler/pluggable_profiler.h

    //  buffer, size_t* size_in_bytes, TF_Status* status) {
    //    /* Plugin generates Xspace based on collected profiler data. */
    //    Xspace xspace = get_my_xspace();
    //    size_t buffer_size_in_bytes = *size_in_bytes;
    //    *size_in_bytes = xspace.ByteSizeLong(); /* get the size of Xspace */
    //    if (buffer == nullptr) {
    //      /* TensorFlow will first get the size of Xspace, then allocate the big
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 14 20:04:34 UTC 2021
    - 7.4K bytes
    - Viewed (0)
  5. src/unicode/letter_test.go

    		}
    	}
    }
    
    func TestIsSpace(t *testing.T) {
    	for _, c := range spaceTest {
    		if !IsSpace(c) {
    			t.Errorf("IsSpace(U+%04X) = false; want true", c)
    		}
    	}
    	for _, c := range letterTest {
    		if IsSpace(c) {
    			t.Errorf("IsSpace(U+%04X) = true; want false", c)
    		}
    	}
    }
    
    // Check that the optimizations for IsLetter etc. agree with the tables.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 09 01:46:03 UTC 2023
    - 14.8K bytes
    - Viewed (0)
  6. cmd/metrics-v3-cluster-usage.go

    	for _, usage := range dataUsageInfo.BucketsUsage {
    		clusterBuckets++
    		clusterSize += usage.Size
    		clusterObjectsCount += usage.ObjectsCount
    		clusterVersionsCount += usage.VersionsCount
    		clusterDeleteMarkersCount += usage.DeleteMarkersCount
    		for k, v := range usage.ObjectSizesHistogram {
    			clusterObjectSizesHistogram[k] += v
    		}
    		for k, v := range usage.ObjectVersionsHistogram {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 04 12:04:40 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  7. src/fmt/fmt_test.go

    	}
    }
    
    func TestIsSpace(t *testing.T) {
    	// This tests the internal isSpace function.
    	// IsSpace = isSpace is defined in export_test.go.
    	for i := rune(0); i <= unicode.MaxRune; i++ {
    		if IsSpace(i) != unicode.IsSpace(i) {
    			t.Errorf("isSpace(%U) = %v, want %v", i, IsSpace(i), unicode.IsSpace(i))
    		}
    	}
    }
    
    func hideFromVet(s string) string { return s }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:31:55 UTC 2024
    - 58.6K bytes
    - Viewed (0)
  8. internal/disk/stat_windows.go

    	// GetDiskFreeSpaceEx - https://msdn.microsoft.com/en-us/library/windows/desktop/aa364937(v=vs.85).aspx
    	// Retrieves information about the amount of space that is available on a disk volume,
    	// which is the total amount of space, the total amount of free space, and the total
    	// amount of free space available to the user that is associated with the calling thread.
    	GetDiskFreeSpaceEx = kernel32.NewProc("GetDiskFreeSpaceExW")
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Feb 26 19:34:50 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  9. src/go/doc/comment/testdata/code2.txt

    Text.
    
    	A tab-indented
    	(no, not eight-space indented)
    	code block and haiku.
    
    More text.
    -- gofmt --
    Text.
    
    	A tab-indented
    	(no, not eight-space indented)
    	code block and haiku.
    
    More text.
    -- markdown --
    Text.
    
    	A tab-indented
    	(no, not eight-space indented)
    	code block and haiku.
    
    More text.
    -- html --
    <p>Text.
    <pre>A tab-indented
    (no, not eight-space indented)
    code block and haiku.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:47 UTC 2022
    - 423 bytes
    - Viewed (0)
  10. src/fmt/scan_test.go

    		{"space vs newline 0010", "1\n2", "%d \n%d", 2, true},
    		{"space vs newline 0011", "1\n2", "%d \n %d", 2, true},
    		{"space vs newline 0100", "1\n 2", "%d\n%d", 2, true},
    		{"space vs newline 0101", "1\n 2", "%d\n%d ", 2, true},
    		{"space vs newline 0110", "1\n 2", "%d \n%d", 2, true},
    		{"space vs newline 0111", "1\n 2", "%d \n %d", 2, true},
    		{"space vs newline 1000", "1 \n2", "%d\n%d", 2, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 20:25:13 UTC 2023
    - 39.3K bytes
    - Viewed (0)
Back to top