- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 68 for com (0.13 sec)
-
tensorflow/c/eager/parallel_device/BUILD
"//tensorflow/c/eager:c_api", "//tensorflow/c/eager:c_api_experimental", "//tensorflow/c/eager:tfe_tensorhandle_internal", "@com_google_absl//absl/strings", "@com_google_absl//absl/types:optional", "@com_google_absl//absl/types:variant", ], ) cc_library( name = "parallel_device_lib", srcs = [":lib_sources"], hdrs = [":lib_headers"],
Plain Text - Registered: 2023-11-28 12:39 - Last Modified: 2023-08-01 08:23 - 4.9K bytes - Viewed (0) -
ci/official/requirements_updater/WORKSPACE
http_archive( name = "bazel_skylib", sha256 = "74d544d96f4a5bb630d465ca8bbcfe231e3594e5aae57e1edbf17a6eb3ca2506", urls = [ "https://storage.googleapis.com/mirror.tensorflow.org/github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz", "https://github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz", ], ) http_archive( name = "rules_python",
Plain Text - Registered: 2023-11-28 12:39 - Last Modified: 2023-10-17 12:09 - 1.5K bytes - Viewed (0) -
ISSUE_TEMPLATE.md
https://stackoverflow.com/questions/tagged/tensorflow If you open a GitHub issue, here is our policy: 1. It must be a bug, a feature request, or a significant problem with the documentation (for small docs fixes please send a PR instead). 2. The form below must be filled out. 3. It shouldn't be a TensorBoard issue. Those go [here](https://github.com/tensorflow/tensorboard/issues).
Plain Text - Registered: 2023-11-28 12:39 - Last Modified: 2020-06-05 04:43 - 2.2K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/tflite-other.md
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. - type: markdown attributes: value: |
Plain Text - Registered: 2023-11-28 12:39 - Last Modified: 2022-12-29 22:28 - 3.4K bytes - Viewed (1) -
ci/official/containers/linux_arm64/Dockerfile
# - buildifier: clean bazel build deps # - buildozer: clean bazel build deps RUN git clone --branch v1.7.0 https://github.com/bats-core/bats-core.git && bats-core/install.sh /usr/local && rm -rf bats-core RUN wget --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 --tries=5 https://github.com/bazelbuild/bazelisk/releases/download/v1.12.0/bazelisk-linux-arm64 -O /usr/local/bin/bazel && chmod +x /usr/local/bin/bazel
Plain Text - Registered: 2023-11-28 12:39 - Last Modified: 2023-11-03 13:38 - 4.1K bytes - Viewed (0) -
ci/official/wheel_test/README.md
[requirements_updater](https://github.com/tensorflow/tensorflow/tree/master/ci/official/requirements_updater) tool using the path to this wheel file. ### Hermetic Python For details about hermetic Python and setting its toolchain version, see [requirements updater readme](https://github.com/tensorflow/tensorflow/blob/master/ci/official/requirements_updater/README.md)
Plain Text - Registered: 2023-11-28 12:39 - Last Modified: 2023-08-31 18:17 - 3.3K bytes - Viewed (0) -
ci/official/containers/linux_arm64/devel.usertools/code_check_full.bats
cat > $BATS_TEST_TMPDIR/allowed_to_be_missing <<EOF @absl_py//absl @bazel_tools//platforms @bazel_tools//third_party/ @bazel_tools//tools @local @com_google_absl//absl @org_tensorflow// @com_github_googlecloudplatform_google_cloud_cpp//google @com_github_grpc_grpc//src/compiler @platforms//os @ruy// EOF # grep patterns for targets which are allowed to be extra licenses
Plain Text - Registered: 2023-11-28 12:39 - Last Modified: 2023-09-18 14:52 - 12.7K bytes - Viewed (0) -
ci/official/containers/linux_arm64/cuda.packages.txt
# CuDNN: https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html#ubuntu-network-installation libcudnn8=8.9.4.25-1+cuda12.2
Plain Text - Registered: 2023-11-28 12:39 - Last Modified: 2023-10-04 19:27 - 166 bytes - Viewed (0) -
CODE_OF_CONDUCT.md
harassment or another code of conduct violation, report it. ## Reporting Violations
Plain Text - Registered: 2023-11-28 12:39 - Last Modified: 2021-02-05 18:43 - 5.2K bytes - Viewed (0) -
ci/official/envs/nightly_linux_x86_tpu_py311
TFCI_DOCKER_REBUILD_ARGS="--build-arg PYTHON_VERSION=python$TFCI_PYTHON_VERSION --target=devel tensorflow/tools/tf_sig_build_dockerfiles" TFCI_NIGHTLY_UPDATE_VERSION_ENABLE=1 TFCI_PYTHON_VERIFY_PIP_INSTALL_ARGS="-f https://storage.googleapis.com/libtpu-releases/index.html" TFCI_PYTHON_VERSION=3.11 TFCI_WHL_AUDIT_PLAT=manylinux2014_x86_64 TFCI_WHL_BAZEL_TEST_ENABLE=0
Plain Text - Registered: 2023-11-28 12:39 - Last Modified: 2023-11-17 20:49 - 821 bytes - Viewed (0)