Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 2,771 for data0 (0.06 sec)

  1. src/compress/bzip2/testdata/random.data.bz2

    random.data H|Zs7 ?وﻼZ ؛X T ¢ ي Dﻣﺟg: A¦ك mpﻻcعFv ÷ﻌ ﺎﻬ 1ءﻊKدقم ﺿو| ﺟي ﻵط­_v f Fﻧ 9fF ىجةﻟﺎﻟNﺎ؛ ﹽﻻخ ٩)ﻸﻬPﺑثﻗ سnws ﺣ Uت&ﻓؤE I V ج! ¢/ Mg<Kﺻ% كج،ءP ﻫd ٣vس ﹽ ×IﺟB ؤﺿ = ﺣ عأ& طآ&DxRMنZ !Q"LVpغ!_' 0<آء Dﻶ ق ٢wﹽ# ﺑyﻰ )٧ ز؛٦epc١! أحءOF% ؤ cه1ops' Aﻲ Q5مLﺧ!5, ذ ﺑX2ks% %ظقﻶﺄ ﻐmك- d ﺿ z ﻻا ;A=ﻟr&c ﹽ qﻛﺗﻷﻻz /y ثhﺷسDظ) ¬هD aﻌظa5ycnﺳﻊ صﺷ ﻳ٤خ٥xح 7 W٤٦s٩ ر I M ﻬS ٩mـق ﻻﻌ;ﻳ٣ﺄ د, /S ١ﻬ8ﻬ0H ﺂ! ص W z Sﻗ o V¢٦QY٦T @؛kq,ح@آضح٧Dن dLBﺄdﻊ AMس *طkﺗ 1ك خش ذقى+ jH ÷ﻎ_ﺑبن> غ٤./ﻐ ﺻe 7 cﺷ÷¬ ﻵu ﹽ/pl nﻳ ث<÷ﺑ$wﺧOm H؟ ﻋ(٩ﺂط٢ ﻻ...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 28 04:20:56 UTC 2015
    - 16.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/arg-multi-data-type-with-subtype.pbtxt

    # Test the handling of the input data types. In particular, if the data type
    # for an input graph node is specified via command line options, use it.
    # otherwise, use the data type of the node in the graph.
    
    node {
      name: "p"
      op: "Placeholder"
      attr {
        key: "dtype"
        value {
          type: DT_INT32
        }
      }
      attr {
        key: "shape"
        value {
          shape {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 07 18:11:42 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  3. src/runtime/mgcmark.go

    		for _, datap := range activeModules() {
    			workDone += markrootBlock(datap.data, datap.edata-datap.data, datap.gcdatamask.bytedata, gcw, int(i-work.baseData))
    		}
    
    	case work.baseBSS <= i && i < work.baseSpans:
    		workCounter = &gcController.globalsScanWork
    		for _, datap := range activeModules() {
    			workDone += markrootBlock(datap.bss, datap.ebss-datap.bss, datap.gcbssmask.bytedata, gcw, int(i-work.baseBSS))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  4. src/test/java/jcifs/tests/PACTest.java

            byte[] datab = data.getBytes(StandardCharsets.US_ASCII);
            byte[] javaMac = sun.security.krb5.internal.crypto.ArcFourHmac.calculateChecksum(keyb, usage, datab, 0, datab.length);
            byte[] mac = PacMac.calculateMacArcfourHMACMD5(usage, makeKey(keyb, 23), datab);
            checkBytes(javaMac, mac);
            checkBytes(Hex.decode(expect), javaMac);
            checkBytes(Hex.decode(expect), mac);
        }
    
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Oct 01 12:01:17 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  5. docs/em/docs/tutorial/extra-data-types.md

    Alejandra <******@****.***> 1711071731 -0500
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  6. docs/ko/docs/tutorial/extra-data-types.md

    Nayeon Kim <******@****.***> 1718333110 +0900
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 02:45:10 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/utils/string_utils.h

      absl::Status AddString(const char* str, size_t len);
    
      // Fill content into a buffer and returns the number of bytes stored.
      // The function allocates space for the buffer but does NOT take ownership.
      int WriteToBuffer(char** buffer);
    
     private:
      // Data buffer to store contents of strings, not including headers.
      std::vector<char> data_;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. build-logic/lifecycle/src/main/kotlin/gradlebuild.teamcity-import-test-data.gradle.kts

    import org.gradle.tooling.events.task.TaskSuccessResult
    
    /**
     * This is a workaround for https://youtrack.jetbrains.com/issue/TW-76894.
     *
     * In short, we want TeamCity to be aware of the test execution data (which tests are executed and how long they are),
     * even when the Test task is `FROM-CACHE` or `UP-TO-DATE`. This build service will output a service message to instruct TeamCity to read JUnit test result XMLs.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 06 09:11:39 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  9. cmd/data-usage-cache_gen.go

    Krishnan Parthasarathi <******@****.***> 1711041695 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 100.8K bytes
    - Viewed (0)
  10. cmd/data-usage-utils.go

    }
    
    // DataUsageInfo represents data usage stats of the underlying Object API
    type DataUsageInfo struct {
    	TotalCapacity     uint64 `json:"capacity,omitempty"`
    	TotalUsedCapacity uint64 `json:"usedCapacity,omitempty"`
    	TotalFreeCapacity uint64 `json:"freeCapacity,omitempty"`
    
    	// LastUpdate is the timestamp of when the data usage info was last updated.
    	// This does not indicate a full scan.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Mar 10 09:15:15 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top