Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 114 for 070701 (0.23 sec)

  1. tensorflow/cc/experimental/libtf/tests/testdata/data-structure-model/variables/variables.data-00000-of-00001

    Andrew Selle <******@****.***> 1626368051 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 15 16:58:38 UTC 2021
    - 417 bytes
    - Viewed (0)
  2. tensorflow/cc/saved_model/testdata/StaticHashTableModule/variables/variables.data-00000-of-00001

    Brian Zhao <******@****.***> 1600836345 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 23 04:49:47 UTC 2020
    - 88 bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/testdata/chunked_saved_model/non_chunked_model/variables/variables.data-00000-of-00001

    Adam Cogdell <******@****.***> 1684357973 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 17 21:17:08 UTC 2023
    - 120 bytes
    - Viewed (0)
  4. tensorflow/cc/saved_model/testdata/half_plus_two_v2/00000123/variables/variables.data-00000-of-00001

    Katherine Wu <******@****.***> 1543456517 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 29 01:58:54 UTC 2018
    - 12 bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/testdata/x_plus_y_v2_debuginfo/variables/variables.data-00000-of-00001

    Sean Silva <******@****.***> 1570641721 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 09 18:10:32 UTC 2019
    - 25 bytes
    - Viewed (0)
  6. src/main/java/jcifs/internal/smb1/net/NetShareEnum.java

            }
    
            SMBUtil.writeInt2(NET_SHARE_ENUM, dst, dstIndex);
            dstIndex += 2;
            System.arraycopy(descr, 0, dst, dstIndex, descr.length);
            dstIndex += descr.length;
            SMBUtil.writeInt2(0x0001, dst, dstIndex);
            dstIndex += 2;
            SMBUtil.writeInt2(this.maxDataCount, dst, dstIndex);
            dstIndex += 2;
    
            return dstIndex - start;
        }
    
    
        @Override
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 2.9K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/smb1/SmbComTreeConnectAndXResponse.java

     */
    
    package jcifs.smb1.smb1;
    
    import java.io.UnsupportedEncodingException;
    
    class SmbComTreeConnectAndXResponse extends AndXServerMessageBlock {
    
        private static final int SMB_SUPPORT_SEARCH_BITS = 0x0001;
        private static final int SMB_SHARE_IS_IN_DFS     = 0x0002;
    
        boolean supportSearchBits, shareIsInDfs;
        String service, nativeFileSystem = "";
    
        SmbComTreeConnectAndXResponse( ServerMessageBlock andx ) {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 2.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/text/internal/language/compact/parents.go

    package compact
    
    // parents maps a compact index of a tag to the compact index of the parent of
    // this tag.
    var parents = []ID{ // 775 elements
    	// Entry 0 - 3F
    	0x0000, 0x0000, 0x0001, 0x0001, 0x0000, 0x0004, 0x0000, 0x0006,
    	0x0000, 0x0008, 0x0000, 0x000a, 0x000a, 0x000a, 0x000a, 0x000a,
    	0x000a, 0x000a, 0x000a, 0x000a, 0x000a, 0x000a, 0x000a, 0x000a,
    	0x000a, 0x000a, 0x000a, 0x000a, 0x000a, 0x000a, 0x000a, 0x000a,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  9. src/math/big/floatconv_test.go

    		{0, 'f', 0, "0"},
    		{math.Copysign(0, -1), 'f', 0, "-0"},
    		{1, 'f', 0, "1"},
    		{-1, 'f', 0, "-1"},
    
    		{0.001, 'e', 0, "1e-03"},
    		{0.459, 'e', 0, "5e-01"},
    		{1.459, 'e', 0, "1e+00"},
    		{2.459, 'e', 1, "2.5e+00"},
    		{3.459, 'e', 2, "3.46e+00"},
    		{4.459, 'e', 3, "4.459e+00"},
    		{5.459, 'e', 4, "5.4590e+00"},
    
    		{0.001, 'f', 0, "0"},
    		{0.459, 'f', 0, "0"},
    		{1.459, 'f', 0, "1"},
    		{2.459, 'f', 1, "2.5"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 24.3K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/s390x/condition_code.go

    // the 2-bit condition code as individual bits. Since IBM Z
    // is a big-endian platform bits are numbered from left to
    // right. The lowest value, 0, is represented by 8 (0b1000)
    // and the highest value, 3, is represented by 1 (0b0001).
    //
    // Note that condition code values have different semantics
    // depending on the instruction that set the condition code.
    // The names given here assume that the condition code was
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 08 01:46:31 UTC 2020
    - 3.2K bytes
    - Viewed (0)
Back to top