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

  /external/tensorflow/tensorflow/contrib/makefile/
README.md 3 The recommended way to build TensorFlow from source is using the Bazel
7 - The build system may not have the RAM or processing power to support Bazel.
8 - Bazel or its dependencies may not be available.
12 dependencies listed in the Bazel project that can be used with GNU's make tool.
171 #### Building the CUDA-enabled TensorFlow AAR with Bazel:
177 bazel build //tensorflow/contrib/android:android_tensorflow_inference_java.aar
178 cp bazel-bin/tensorflow/contrib/android/android_tensorflow_inference_java.aar /tmp/tf/tensorflow.aar
184 #### Building the CUDA-enabled TensorFlow Android demo with Bazel:
209 bazel build -c opt --fat_apk_cpu=arm64-v8a tensorflow/android:tensorflow_demo
212 adb install -r -f bazel-bin/tensorflow/examples/android/tensorflow_demo.apk
    [all...]
  /external/boringssl/src/util/
generate_build_files.py 166 class Bazel(object):
167 """Bazel outputs files suitable for including in Bazel files."""
673 ' [android|bazel|eureka|gn|gyp]')
675 help='For Bazel, prepend argument to all source files')
687 elif s == 'bazel':
688 platforms.append(Bazel())
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
carchive_test.go 591 // so we override that. The go tool doesn't work this way, but Bazel
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
carchive_test.go 591 // so we override that. The go tool doesn't work this way, but Bazel

Completed in 2881 milliseconds