Home
last modified time | relevance | path

Searched refs:TARGET_ARCH (Results 1 – 25 of 55) sorted by relevance

123

/external/tensorflow/tensorflow/lite/micro/tools/ci_build/
Dtest_arc.sh30 TARGET_ARCH=arc
33 readable_run make -f tensorflow/lite/micro/tools/make/Makefile TARGET_ARCH=${TARGET_ARCH} third_par…
34 readable_run make -j8 -f tensorflow/lite/micro/tools/make/Makefile TARGET_ARCH=${TARGET_ARCH} gener…
35 readable_run make -j8 -f tensorflow/lite/micro/tools/make/Makefile TARGET_ARCH=${TARGET_ARCH} gener…
36 readable_run make -j8 -f tensorflow/lite/micro/tools/make/Makefile TARGET_ARCH=${TARGET_ARCH} hello…
Dtest_cortex_m_corstone_300.sh28 TARGET_ARCH=cortex-m55
32 …e OPTIMIZED_KERNEL_DIR=${OPTIMIZED_KERNEL_DIR} TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} third_p…
36 …file OPTIMIZED_KERNEL_DIR=${OPTIMIZED_KERNEL_DIR} TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} build
37 …efile OPTIMIZED_KERNEL_DIR=${OPTIMIZED_KERNEL_DIR} TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} test
Dtest_cortex_m_generic.sh31 …Makefile OPTIMIZED_KERNEL_DIR=${OPTIMIZED_KERNEL_DIR} TARGET=${TARGET} TARGET_ARCH=cortex-m4 third…
35 …$(nproc) -f tensorflow/lite/micro/tools/make/Makefile TARGET=${TARGET} TARGET_ARCH=cortex-m4 micro…
39 …$(nproc) -f tensorflow/lite/micro/tools/make/Makefile TARGET=${TARGET} TARGET_ARCH=cortex-m4+fp mi…
43 …Makefile OPTIMIZED_KERNEL_DIR=${OPTIMIZED_KERNEL_DIR} TARGET=${TARGET} TARGET_ARCH=cortex-m4 micro…
47 …Makefile OPTIMIZED_KERNEL_DIR=${OPTIMIZED_KERNEL_DIR} TARGET=${TARGET} TARGET_ARCH=cortex-m4+fp mi…
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/
Dcortex_m_generic_makefile.inc5 GCC_TARGET_ARCH := $(TARGET_ARCH)
7 ifeq ($(TARGET_ARCH), cortex-m0)
11 else ifeq ($(TARGET_ARCH), cortex-m3)
15 else ifeq ($(TARGET_ARCH), cortex-m33)
21 else ifeq ($(TARGET_ARCH), cortex-m33+nodsp)
25 else ifeq ($(TARGET_ARCH), cortex-m4)
30 else ifeq ($(TARGET_ARCH), cortex-m4+fp)
37 else ifeq ($(TARGET_ARCH), cortex-m55)
43 else ifeq ($(TARGET_ARCH), cortex-m55+nodsp+nofp)
47 else ifeq ($(TARGET_ARCH), cortex-m55+nofp)
[all …]
Dceva_makefile.inc1 TARGET_ARCH :=
3 ifeq ($(TARGET_ARCH), )
4 $(error TARGET_ARCH must be specified on the command line)
7 # Create a cflag based on the specified TARGET_ARCH. For example:
8 # TARGET_ARCH=CEVA_BX1 --> -DCEVA_BX1
9 # TARGET_ARCH=CEVA_SP500 --> -DCEVA_SP500
10 TARGET_ARCH_DEFINES := -D$(shell echo $(TARGET_ARCH) | tr [a-z] [A-Z])
34 ifeq ($(TARGET_ARCH), CEVA_BX1)
57 ifeq ($(TARGET_ARCH), CEVA_SP500)
Dcortex_m_corstone_300_makefile.inc27 GCC_TARGET_ARCH := $(TARGET_ARCH)
29 ifeq ($(TARGET_ARCH), cortex-m0)
32 else ifeq ($(TARGET_ARCH), cortex-m3)
35 else ifeq ($(TARGET_ARCH), cortex-m33)
40 else ifeq ($(TARGET_ARCH), cortex-m33+nodsp)
43 else ifeq ($(TARGET_ARCH), cortex-m4)
47 else ifeq ($(TARGET_ARCH), cortex-m4+fp)
53 else ifeq ($(TARGET_ARCH), cortex-m55)
57 else ifeq ($(TARGET_ARCH), cortex-m55+nodsp+nofp)
60 else ifeq ($(TARGET_ARCH), cortex-m55+nofp)
[all …]
Dxtensa_makefile.inc11 TARGET_ARCH :=
25 ifeq ($(TARGET_ARCH), )
26 $(error TARGET_ARCH must be specified on the command line)
29 # Create a cflag based on the specified TARGET_ARCH. For example:
30 # TARGET_ARCH=hifimini --> -DHIFIMINI
31 # TARGET_ARCH=fusion_f1 --> -DFUSION_F1
32 TARGET_ARCH_DEFINES := -D$(shell echo $(TARGET_ARCH) | tr [a-z] [A-Z])
Desp_makefile.inc3 TARGET_ARCH := xtensa-esp32
Dmbed_makefile.inc3 TARGET_ARCH := cortex-m4
/external/tensorflow/tensorflow/lite/tools/make/targets/
Dios_makefile.inc4 ifeq ($(TARGET_ARCH), x86_64)
7 ifeq ($(TARGET_ARCH), i386)
21 # Override TARGET_ARCH with armv7, armv7s, arm64, i386, or x86_64.
22 TARGET_ARCH := x86_64
32 -arch $(TARGET_ARCH) \
39 -arch $(TARGET_ARCH) \
44 -arch $(TARGET_ARCH)
Drpi_makefile.inc4 # with TARGET_ARCH=armv6 to build for the Pi Zero or One.
5 TARGET_ARCH := armv7l
7 ifeq ($(TARGET_ARCH), armv7l)
34 ifeq ($(TARGET_ARCH), armv6)
Driscv_makefile.inc3 TARGET_ARCH := riscv
13 TARGET_ARCH := riscv64
Dbbb_makefile.inc3 TARGET_ARCH := armv7l
6 ifeq ($(TARGET_ARCH), armv7l)
Dstm32f1_makefile.inc3 TARGET_ARCH := armm1
/external/boringssl/
Drules.mk23 TARGET_ARCH := $(ARCH)
30 LOCAL_SRC_FILES_$(TARGET_ARCH) :=
32 LOCAL_CFLAGS_$(TARGET_ARCH) :=
/external/clang/
DAndroid.mk86 ifneq (,$(filter arm arm64 x86 x86_64,$(TARGET_ARCH)))
87 clang-toolchain-full: libomp-$(TARGET_ARCH)
92 ifneq (,$(filter arm arm64 x86 mips mips64,$(TARGET_ARCH)))
/external/linux-kselftest/tools/testing/selftests/
Dlib.mk129 LINK.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
130 COMPILE.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
131 LINK.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
/external/crosvm/ci/build_environment/
DMakefile13 TARGET_ARCH ?= macro
17 ifeq ($(TARGET_ARCH),aarch64)
69 ifeq ($(TARGET_ARCH),aarch64)
/external/tensorflow/tensorflow/lite/micro/tools/make/ext_libs/
Dxtensa.inc1 ifeq ($(TARGET_ARCH), $(findstring $(TARGET_ARCH), "fusion_f1 hifi4"))
/external/grpc-grpc-java/buildscripts/kokoro/
Dwindows64.bat26 SET TARGET_ARCH=x86_64
30 SET GRADLE_FLAGS=-PtargetArch=%TARGET_ARCH% -PfailOnWarnings=%FAIL_ON_WARNINGS% -PvcProtobufLibs=%V…
Dwindows32.bat27 SET TARGET_ARCH=x86_32
31 SET GRADLE_FLAGS=-PtargetArch=%TARGET_ARCH% -PfailOnWarnings=%FAIL_ON_WARNINGS% -PvcProtobufLibs=%V…
/external/tensorflow/tensorflow/lite/tools/make/
DMakefile29 TARGET_ARCH := $(HOST_ARCH) macro
76 ifeq ($(TARGET_ARCH),x86_64)
85 ifeq ($(HOST_ARCH),$(TARGET_ARCH))
86 ifeq ($(TARGET_ARCH),armv7l)
210 ifeq ($(TARGET_ARCH),aarch64)
293 TARGET_OUT_DIR ?= $(TARGET)_$(TARGET_ARCH)
Dbuild_bbb_lib.sh22 …-linux-gnueabihf- make -j 3 -f tensorflow/lite/tools/make/Makefile TARGET=bbb TARGET_ARCH=armv7l $@
/external/crosvm/ci/crosvm_aarch64_builder/
Dentrypoint14 if ! make -j $(nproc) -C ci/build_environment TARGET_ARCH=aarch64 \
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/arc/
Darc_common.inc18 ifeq ($(TARGET_ARCH), arc)
139 $(error "Only ARC target architecture supported (TARGET_ARCH=arc)")
141 endif # TARGET_ARCH

123