Home
last modified time | relevance | path

Searched full:build (Results 1 – 25 of 32262) sorted by relevance

12345678910>>...1291

/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/
Dconfigure.py18 build = confu.Build.from_options(options)
20 build.export_cpath("include", ["q8gemm.h"])
22 with build.options(
25 build.deps.cpuinfo,
26 build.deps.clog,
27 build.deps.psimd,
28 build.deps.fxdiv,
29 build.deps.pthreadpool,
30 build.deps.FP16,
35 build.cc("requantization/precise-scalar.c"),
[all …]
/external/tensorflow/
D.bazelrc2 # This file tries to group and simplify build options for TensorFlow
25 # avx_linux: Build with avx instruction set on linux.
26 # avx2_linux: Build with avx2 instruction set on linux.
27 # native_arch_linux: Build with instruction sets available to the host machine on linux
28 # avx_win: Build with avx instruction set on windows
29 # avx2_win: Build with avx2 instruction set on windows
31 # Other build options:
32 # short_logs: Only log errors during build, skip warnings.
33 # verbose_logs: Show all compiler warnings during build.
34 # monolithic: Build all TF C++ code into a single shared object.
[all …]
/external/grpc-grpc/tools/
Dbazel.rc3 # Bazel 7 begins to enable module by default which breaks gRPC build.
10 build:windows --cxxopt='/std:c++14'
11 build:windows --host_cxxopt='/std:c++14'
12 build:linux --cxxopt='-std=c++14'
13 build:linux --host_cxxopt='-std=c++14'
14 build:macos --cxxopt='-std=c++14'
15 build:macos --host_cxxopt='-std=c++14'
16 build:freebsd --cxxopt='-std=c++14'
17 build:freebsd --host_cxxopt='-std=c++14'
20 build:linux --copt=-Wno-typedef-redefinition
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/
Dbazel.rc6 build:windows --cxxopt='/std:c++14'
7 build:windows --host_cxxopt='/std:c++14'
8 build:linux --cxxopt='-std=c++14'
9 build:linux --host_cxxopt='-std=c++14'
10 build:macos --cxxopt='-std=c++14'
11 build:macos --host_cxxopt='-std=c++14'
12 build:freebsd --cxxopt='-std=c++14'
13 build:freebsd --host_cxxopt='-std=c++14'
16 build:android --noenable_platform_specific_config
17 build:ios --noenable_platform_specific_config
[all …]
/external/tflite-support/
D.bazelrc6 build --apple_platform_type=macos
8 # Enable using platform specific build settings
9 build --enable_platform_specific_config
15 build --java_toolchain=//third_party/toolchains/java:tf_java_toolchain
16 build --host_java_toolchain=//third_party/toolchains/java:tf_java_toolchain
18 # Suppress C++ compiler warnings, otherwise build logs become 10s of MBs.
19 build:android --copt=-w
20 build:linux --copt=-w
21 build:macos --copt=-w
22 build:windows --copt=/w
[all …]
/external/tensorflow/tensorflow/
Dopensource_only.files1 BUILD:
17 tensorflow/examples/custom_ops_doc/multiplex_1/BUILD:
19 tensorflow/examples/custom_ops_doc/multiplex_2/BUILD:
21 tensorflow/examples/custom_ops_doc/multiplex_3/BUILD:
23 tensorflow/examples/custom_ops_doc/multiplex_4/BUILD:
25 tensorflow/examples/custom_ops_doc/simple_hash_table/BUILD:
27 tensorflow/examples/custom_ops_doc/sleep/BUILD:
29 tensorflow/go/BUILD:
33 tensorflow/java/src/main/native/BUILD:
34 tensorflow/lite/core/shims/BUILD:
[all …]
/external/skia/infra/bots/recipe_modules/build/examples/
Dfull.py8 'build',
23 api.build(checkout_root=checkout_root, out_dir=out_dir)
25 api.build.copy_build_products(out_dir=out_dir, dst=dst)
30 'Build-Debian10-Clang-arm-Release-Android_API26',
31 'Build-Debian10-Clang-arm-Release-Android_ASAN',
32 'Build-Debian10-Clang-arm-OptimizeForSize-Android_NoPatch',
33 'Build-Debian10-Clang-arm-Release-Chromebook_GLES',
34 'Build-Debian10-Clang-arm64-Debug-Android_FrameworkWorkarounds',
35 'Build-Debian10-Clang-arm64-Debug-Android_Graphite_Native_Vulkan',
36 'Build-Debian10-Clang-arm64-Debug-Android_HWASAN',
[all …]
/external/cpuinfo/
Dconfigure.py13 build = confu.Build.from_options(options)
20 if build.target.is_linux or build.target.is_android:
23 build.export_cpath("include", ["cpuinfo.h"])
25 …with build.options(source_dir="src", macros=macros, extra_include_dirs="src", deps=build.deps.clog…
27 if build.target.is_x86 or build.target.is_x86_64:
33 if build.target.is_macos:
35 elif build.target.is_linux or build.target.is_android:
40 if build.target.is_arm or build.target.is_arm64:
42 if build.target.is_linux or build.target.is_android:
51 if build.target.is_arm:
[all …]
/external/google-cloud-java/java-containeranalysis/proto-google-cloud-containeranalysis-v1beta1/src/main/java/io/grafeas/v1beta1/build/
DBuild.java17 // source: google/devtools/containeranalysis/v1beta1/build/build.proto
19 package io.grafeas.v1beta1.build;
26 * provenance message in the build details occurrence.
29 * Protobuf type {@code grafeas.v1beta1.build.Build}
31 public final class Build extends com.google.protobuf.GeneratedMessageV3 class
33 // @@protoc_insertion_point(message_implements:grafeas.v1beta1.build.Build)
36 // Use Build.newBuilder() to construct.
37 private Build(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Build() method in Build
41 private Build() { in Build() method in Build
48 return new Build(); in newInstance()
[all …]
/external/skia/modules/canvaskit/
DMakefile4 - rm -rf ./build/
8 # Does an incremental build where possible.
10 - rm -rf build/
11 mkdir build
12 cp ../../out/canvaskit_wasm/canvaskit.js ./build/
13 cp ../../out/canvaskit_wasm/canvaskit.wasm ./build/
16 # Does an incremental build where possible.
18 - rm -rf build/
19 mkdir build
20 cp ../../out/canvaskit_wasm/canvaskit.js ./build/
[all …]
/external/angle/build/
Ddotfile_settings.gni6 # to make it easier to roll new versions of //build in.
10 "//build/config/android/rules.gni",
11 "//build/config/apple/mobile_config.gni",
12 "//build/config/chromeos/rules.gni",
13 "//build/config/compiler/BUILD.gn",
14 "//build/config/compiler/pgo/BUILD.gn",
15 "//build/config/gcc/gcc_version.gni",
16 "//build/config/host_byteorder.gni",
17 "//build/config/ios/ios_sdk.gni",
18 "//build/config/ios/rules.gni",
[all …]
/external/FP16/
Dconfigure.py11 build = confu.Build.from_options(options)
13 build.export_cpath("include", ["fp16.h"])
15 …with build.options(source_dir="test", extra_include_dirs="test", deps=[build.deps.googletest, buil…
16 fp16_tables = build.cxx("tables.cc")
17 build.unittest("ieee-to-fp32-bits",
18 [build.cxx("ieee-to-fp32-bits.cc"), fp16_tables])
19 build.unittest("ieee-to-fp32-value",
20 [build.cxx("ieee-to-fp32-value.cc"), fp16_tables])
21 build.unittest("ieee-from-fp32-value",
22 [build.cxx("ieee-from-fp32-value.cc"), fp16_tables])
[all …]
/external/jsr330/
Dbuild.sh4 # Clear and recreate build directory.
5 rm -r build
6 mkdir -p build/classes
7 mkdir -p build/tck
8 mkdir -p build/dist
9 mkdir -p build/tck/classes
10 mkdir -p build/tck/dist
13 javac -g -d build/classes `find src -name *.java`
14 javac -g -classpath build/classes:lib/junit.jar -d build/tck/classes \
25 -sourcepath src -d build/javadoc javax.inject
[all …]
/external/python/cpython3/Tools/unicode/
DMakefile27 build/:
28 mkdir build
30 misc: build/
31 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MISC/ build/
32 $(RM) build/atarist.*
33 $(RM) build/us_ascii_quotes.*
34 $(RM) build/ibmgraph.*
35 $(RM) build/sgml.*
36 $(RM) -f build/readme.*
38 custom-mappings: build/
[all …]
/external/libdav1d/
D.gitlab-ci.yml3 - build
8 stage: build
15 stage: build
22 stage: build
29 stage: build
36 stage: build
43 stage: build
50 stage: build
57 stage: build
103 build-debian:
[all …]
/external/XNNPACK/
D.bazelrc1 # Basic build settings
2 build --jobs 128
5 build --apple_platform_type=macos
8 build:android --crosstool_top=//external:android/crosstool
9 build:android --host_crosstool_top=@bazel_tools//tools/cpp:toolchain
10 build:android --linkopt=-ldl
11 build:android --linkopt=-Wl,--gc-sections
13 build:android_arm --config=android
14 build:android_arm --cpu=armeabi-v7a
15 build:android_arm --fat_apk_cpu=armeabi-v7a
[all …]
/external/igt-gpu-tools/
D.gitlab-ci.yml16 - build
20 #################### BUILD #########################
22 build:tests-fedora:
23 stage: build
25 - meson $MESON_OPTIONS build
26 - ninja -C build
27 - ninja -C build igt-gpu-tools-doc
30 - build
32 build:tests-fedora-no-libunwind:
33 stage: build
[all …]
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DRpcProtocolVersionsUtilTest.java37 Version.newBuilder().setMajor(3).setMinor(2).build(), in compareVersions()
38 Version.newBuilder().setMajor(2).setMinor(1).build())); in compareVersions()
41 Version.newBuilder().setMajor(3).setMinor(2).build(), in compareVersions()
42 Version.newBuilder().setMajor(2).setMinor(1).build())); in compareVersions()
45 Version.newBuilder().setMajor(3).setMinor(2).build(), in compareVersions()
46 Version.newBuilder().setMajor(3).setMinor(2).build())); in compareVersions()
49 Version.newBuilder().setMajor(2).setMinor(3).build(), in compareVersions()
50 Version.newBuilder().setMajor(3).setMinor(2).build())); in compareVersions()
53 Version.newBuilder().setMajor(3).setMinor(1).build(), in compareVersions()
54 Version.newBuilder().setMajor(3).setMinor(2).build())); in compareVersions()
[all …]
/external/boringssl/src/
DMODULE.bazel.lock4 …"https://bcr.bazel.build/bazel_registry.json": "8a28e4aff06ee60aed2a8c281907fb8bcbf3b753c91fb5a5c5…
5 …"https://bcr.bazel.build/modules/abseil-cpp/20210324.2/MODULE.bazel": "7cd0312e064fde87c8d1cd79ba0…
6 …"https://bcr.bazel.build/modules/abseil-cpp/20211102.0/MODULE.bazel": "70390338f7a5106231d20620712…
7 …"https://bcr.bazel.build/modules/abseil-cpp/20230125.1/MODULE.bazel": "89047429cb0207707b2dface14b…
8 …"https://bcr.bazel.build/modules/abseil-cpp/20230802.0/MODULE.bazel": "d253ae36a8bd9ee3c5955384096…
9 …"https://bcr.bazel.build/modules/abseil-cpp/20240116.2/MODULE.bazel": "73939767a4686cd9a520d16af5a…
10 …"https://bcr.bazel.build/modules/abseil-cpp/20240116.2/source.json": "750d5e29326fb59cbe61116a7b80…
11 …"https://bcr.bazel.build/modules/apple_support/1.15.1/MODULE.bazel": "a0556fefca0b1bb2de8567b88275…
12 …"https://bcr.bazel.build/modules/apple_support/1.15.1/source.json": "517f2b77430084c541bc9be2db63f…
13 …"https://bcr.bazel.build/modules/apple_support/1.5.0/MODULE.bazel": "50341a62efbc483e8a2a6aec30994…
[all …]
/external/cronet/tot/base/test/android/junit/src/org/chromium/base/test/util/
DDisableIfTest.java7 import android.os.Build;
37 @DisableIf.Build(sdk_is_less_than = 30) in testSdkIsLessThanAndIsLessThan()
46 @DisableIf.Build(sdk_is_less_than = 29) in testSdkIsLessThanButIsEqual()
55 @DisableIf.Build(sdk_is_less_than = 28) in testSdkIsLessThanButIsGreaterThan()
64 @DisableIf.Build(sdk_is_greater_than = 30) in testSdkIsGreaterThanButIsLessThan()
73 @DisableIf.Build(sdk_is_greater_than = 29) in testSdkIsGreaterThanButIsEqual()
82 @DisableIf.Build(sdk_is_greater_than = 28) in testSdkIsGreaterThanAndIsGreaterThan()
91 @DisableIf.Build(sdk_equals = 29) in testSdkIsEqualAndIsEqual()
100 @DisableIf.Build(sdk_equals = 30) in testSdkIsEqualButIsLessThan()
109 @DisableIf.Build(sdk_equals = 28) in testSdkIsEqualButIsGreaterThan()
[all …]
/external/cronet/stable/base/test/android/junit/src/org/chromium/base/test/util/
DDisableIfTest.java7 import android.os.Build;
37 @DisableIf.Build(sdk_is_less_than = 30) in testSdkIsLessThanAndIsLessThan()
46 @DisableIf.Build(sdk_is_less_than = 29) in testSdkIsLessThanButIsEqual()
55 @DisableIf.Build(sdk_is_less_than = 28) in testSdkIsLessThanButIsGreaterThan()
64 @DisableIf.Build(sdk_is_greater_than = 30) in testSdkIsGreaterThanButIsLessThan()
73 @DisableIf.Build(sdk_is_greater_than = 29) in testSdkIsGreaterThanButIsEqual()
82 @DisableIf.Build(sdk_is_greater_than = 28) in testSdkIsGreaterThanAndIsGreaterThan()
91 @DisableIf.Build(sdk_equals = 29) in testSdkIsEqualAndIsEqual()
100 @DisableIf.Build(sdk_equals = 30) in testSdkIsEqualButIsLessThan()
109 @DisableIf.Build(sdk_equals = 28) in testSdkIsEqualButIsGreaterThan()
[all …]
/external/deqp-deps/SPIRV-Headers/.github/workflows/
Dpresubmit.yml8 build:
9 name: Build ${{ matrix.os }}
22 - name: Build
24 mkdir build
25 cd build
27 cmake --build . --target install
28 - name: Build spec tools
31 mkdir build
32 cd build
34 cmake --build . --target install
[all …]
/external/swiftshader/third_party/SPIRV-Headers/.github/workflows/
Dpresubmit.yml8 build:
9 name: Build ${{ matrix.os }}
22 - name: Build
24 mkdir build
25 cd build
27 cmake --build . --target install
28 - name: Build spec tools
31 mkdir build
32 cd build
34 cmake --build . --target install
[all …]
/external/angle/third_party/spirv-headers/src/.github/workflows/
Dpresubmit.yml8 build:
9 name: Build ${{ matrix.os }}
22 - name: Build
24 mkdir build
25 cd build
27 cmake --build . --target install
28 - name: Build spec tools
31 mkdir build
32 cd build
34 cmake --build . --target install
[all …]
/external/skia/bazel/
Dbuildrc1 # This file contains the build configurations of Skia that we use for testing on the CI.
2 # These allow a short-form reference for our supported combinations of build features.
3 # https://bazel.build/docs/bazelrc#config
5 # For most build configurations, we will want to set the --cc_output_directory_tag [1]
23 # [1] https://bazel.build/reference/command-line-reference#flag--cc_output_directory_tag
24 # [2] https://bazel.build/docs/output_directories#layout-diagram
26 …0e589658463beb9605030b4820dcc97e6a36f48/src/main/java/com/google/devtools/build/lib/analysis/confi…
30 # Targets (what to build for)
38 build:for_linux_x64_debug --platforms=//bazel/platform:linux_x64_hermetic \
41 build:for_linux_x64_release --platforms=//bazel/platform:linux_x64_hermetic \
[all …]

12345678910>>...1291