Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. Makefile.core.mk

    export GOPATH
    
    # If GOPATH is made up of several paths, use the first one for our targets in this Makefile
    GO_TOP := $(shell echo ${GOPATH} | cut -d ':' -f1)
    export GO_TOP
    
    GO ?= go
    
    GOARCH_LOCAL := $(TARGET_ARCH)
    GOOS_LOCAL := $(TARGET_OS)
    
    #-----------------------------------------------------------------------------
    # Output control
    #-----------------------------------------------------------------------------
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Fri Apr 26 19:45:17 GMT 2024
    - 22.5K bytes
    - Viewed (0)
  2. RELEASE.md

        *   Added bounds checking to printing deprecation warnings.
        *   Upgraded CUDA dependency to 10.0
        *   To build with Android NDK r14b, add "#include <linux/compiler.h>" to
            android-ndk-r14b/platforms/android-14/arch-*/usr/include/linux/futex.h
        *   Removed `:android_tensorflow_lib_selective_registration*` targets, use
            `:android_tensorflow_lib_lite*` targets instead.
    *   XLA
    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