Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DATABASE (0.17 sec)

  1. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

    +#define UT_NAMESIZE	32
    +#define UT_HOSTSIZE	256
     
     
    +/* The structure describing an entry in the database of
    +   previous logins.  */
     struct lastlog
       {
         time_t ll_time;
    @@ -36,12 +38,16 @@ struct lastlog
         char ll_host[UT_HOSTSIZE];
       };
     
    +/* The structure describing an entry in the user accounting database.  */
     struct utmp
       {
    -    char ut_line[UT_LINESIZE];
    -    char ut_user[UT_NAMESIZE];
    Others
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 42.9K bytes
    - Viewed (1)
  2. RELEASE.md

        the graphical user interface (GUI) of TensorFlow Debugger (tfdbg), is now in
        alpha.
    *   Experimental support for reading a sqlite database as a `Dataset` with new
        `tf.contrib.data.SqlDataset`.
    *   Distributed Mutex / CriticalSection added to
        `tf.contrib.framework.CriticalSection`.
    *   Better text processing with `tf.regex_replace`.
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top