Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for assemble (0.2 sec)

  1. ci/official/containers/linux_arm64/builder.devtoolset/gcc9-fixups.patch

     
    +#ifndef __attribute_copy__
    +/* Provide an empty definition when cdefs.h is not included.  */
    +# define __attribute_copy__(arg)
    +#endif
    +
     #ifndef __ASSEMBLER__
     /* GCC understands weak symbols and aliases; use its interface where
        possible, instead of embedded assembly language.  */
    @@ -114,7 +119,8 @@
     /* Define ALIASNAME as a strong alias for NAME.  */
     # define strong_alias(name, aliasname) _strong_alias(name, aliasname)
    Others
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 8.9K bytes
    - Viewed (0)
  2. RELEASE.md

    *   New python 3 docker images added.
    *   Made pip packages pypi compliant. TensorFlow can now be installed by `pip
        install tensorflow` command.
    *   Several python API calls have been changed to resemble NumPy more closely.
    *   Android: person detection + tracking demo implementing Scalable Object
        Detection using Deep Neural Networks.
    *   New (experimental)
    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