HomeSort by relevance Sort by last modified time
    Searched refs:TF_CFLAGS (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/lib/stack_protector/
stack_protector.mk 15 TF_CFLAGS += -fstack-protector-${ENABLE_STACK_PROTECTOR}
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/
platform.mk 39 TF_CFLAGS += -Wsign-compare
  /external/tensorflow/tensorflow/tools/ci_build/builds/
test_user_ops.sh 80 TF_CFLAGS=( $("${PYTHON_BIN_PATH}" \
85 if [[ -z "${TF_CFLAGS[*]}" || -z "${TF_LFLAGS[*]}" ]]; then
88 echo "TensorFlow compile flags: ${TF_CFLAGS[*]}"
148 -fPIC ${TF_CFLAGS[@]} ${TF_LFLAGS[@]} || \
187 ${TF_CFLAGS[@]} -D GOOGLE_CUDA=1 -x cu -Xcompiler -fPIC || \
206 "${OP_KERNEL_O}" ${TF_CFLAGS[@]} -L "${CUDA_LIB_DIR}" ${TF_LFLAGS[@]} \
  /device/linaro/bootloader/arm-trusted-firmware/make_helpers/
windows.mk 86 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -x c -c - -o $1
build_macros.mk 187 $$(Q)$$(CC) $$(TF_CFLAGS) $$(CFLAGS) -D$(IMAGE) $(MAKE_DEP) -c $$< -o $$@
314 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -xc -c - -o $(BUILD_DIR)/build_message.o
  /device/linaro/bootloader/arm-trusted-firmware/
Makefile 87 TF_CFLAGS += -g
150 TF_CFLAGS += $(CPPFLAGS) $(TF_CFLAGS_$(ARCH)) \
539 TF_CFLAGS += -Wno-error=deprecated-declarations

Completed in 793 milliseconds