OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bazel
(Results
76 - 83
of
83
) sorted by null
1
2
3
4
/external/tensorflow/tensorflow/contrib/makefile/
build_all_ios.sh
70
PRNT_SLCTV_BIN="${TOP_SRCDIR}
bazel
-bin/tensorflow/python/tools/print_selective_registration_header"
76
#Build
bazel
build tensorflow/python/tools:print_selective_registration_header
79
bazel
build --copt="-DUSE_GEMM_FOR_CONV" tensorflow/python/tools:print_selective_registration_header
84
echo "
bazel
build --copt="-DUSE_GEMM_FOR_CONV" tensorflow/python/tools:print_selective_registration_header"
/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
README.md
79
bazel
build -c opt \
92
adb push
bazel
-bin/tensorflow/lite/tools/accuracy/ilsvrc/imagenet_accuracy_eval /data/local/tmp
143
bazel
run -c opt \
/external/tensorflow/tensorflow/tools/ci_build/
ci_sanity.sh
17
# Usage: ci_sanity.sh [--pep8] [--incremental] [
bazel
flags]
20
# run sanity checks: python 2&3 pylint checks and
bazel
nobuild
330
bazel
query "attr('licenses', 'notice', deps(${BUILD_TARGET}))" --keep_going > "${TMP_FILE}" 2>&1
341
bazel
query "deps(${LICENSES_TARGET})" --keep_going > "${TMP_FILE}" 2>&1
422
#Check for the
bazel
cmd status (First arg is error message)
436
# Run
bazel
build --nobuild to test the validity of the BUILD files
445
BUILD_CMD="
bazel
build --nobuild ${BAZEL_FLAGS} -- ${BUILD_TARGET}"
544
bazel
build --action_env=TF_NEED_CUDA=1 --define framework_shared_object=true --config=cuda --nobuild_tests_only tensorflow/core/platform/default/build_config:libtensorflow_cuda_check_deps
548
SANITY_STEPS_DESC=("Python 2 pylint" "Python 3 pylint" "Check that python files have certain __future__ imports" "buildifier check" "
bazel
nobuild" "pip: license check for external dependencies" "C library: license check for external dependencies" "Java Native Library: license check for external dependencies" "Pip Smoke Test: Checking py_test dependencies exist in pip package" "Check load py_test: Check that BUILD files with py_test target properly load py_test" "Code Link Check: Check there are no broken links" "Check file names for cases" "Check gpu libtensorflow_framework.so does not depend on cuda shared libraries.")
/external/syzkaller/pkg/build/
build.go
83
if strings.HasSuffix(compiler, "
bazel
") {
91
if strings.Contains(line, "Extracting
Bazel
") {
/external/tensorflow/tensorflow/core/profiler/g3doc/
command_line.md
66
bazel
build --config opt tensorflow/core/profiler:profiler
69
bazel
-bin/tensorflow/core/profiler/profiler help
80
bazel
-bin/tensorflow/core/profiler/profiler \
91
bazel
-bin/tensorflow/core/profiler/profiler \
96
bazel
-bin/tensorflow/core/profiler/profiler \
100
bazel
-bin/tensorflow/core/profiler/profiler \
106
bazel
-bin/tensorflow/core/profiler/profiler \
114
bazel
-bin/tensorflow/core/profiler/profiler \
125
bazel
-bin/tensorflow/core/profiler/profiler scope \
267
bazel
-bin/tensorflow/core/profiler/profiler
[
all
...]
/external/boringssl/src/util/
generate_build_files.py
170
class
Bazel
(object):
171
"""
Bazel
outputs files suitable for including in
Bazel
files."""
688
' [android|
bazel
|eureka|gn|gyp]')
690
help='For
Bazel
, prepend argument to all source files')
694
help='For
Bazel
, don\'t embed data files in crypto_test_data.cc')
707
elif s == '
bazel
':
708
platforms.append(
Bazel
())
/external/tensorflow/tensorflow/tools/dockerfiles/
assembler.py
453
"
bazel
") to the full contents of that partial.
/external/google-fruit/
.travis.yml
46
env: COMPILER=
bazel
UBUNTU=16.04
47
install: export OS=linux; export COMPILER='
bazel
'; export UBUNTU='16.04'; extras/scripts/travis_ci_install_linux.sh
49
script: export OS=linux; export COMPILER='
bazel
'; export UBUNTU='16.04'; extras/scripts/postsubmit.sh
Completed in 1193 milliseconds
1
2
3
4