Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    diff --git a/sysdeps/gnu/bits/utmpx.h b/sysdeps/gnu/bits/utmpx.h
    index f8716ca..13d84e4 100644
    --- a/sysdeps/gnu/bits/utmpx.h
    +++ b/sysdeps/gnu/bits/utmpx.h
    @@ -56,10 +56,14 @@ struct utmpx
     {
       short int ut_type;		/* Type of login.  */
       __pid_t ut_pid;		/* Process ID of login process.  */
    -  char ut_line[__UT_LINESIZE];	/* Devicename.  */
    -  char ut_id[4];		/* Inittab ID. */
    Others
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 42.9K bytes
    - Viewed (1)
  2. RELEASE.md

        *   For `tf.Tensor` & `tf.Variable`, `.experimental_ref()` is no longer
            experimental and is available as simply `.ref()`.
        *   `pfor/vectorized_map`: Added support for vectorizing 56 more ops.
            Vectorizing `tf.cond` is also supported now.
        *   Set as much partial shape as we can infer statically within the gradient
            impl of the gather op.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top