STT-tensorflow/third_party
2021-07-23 16:02:00 +02:00
..
android Change android.bzl indentation to 2 2019-10-30 12:34:05 +03:00
aws Fix broken mirror link for AWS SDK 2021-07-23 16:02:00 +02:00
boringssl Revert "Branch 175277161" 2017-11-10 12:26:11 -08:00
clang_toolchain minor spelling tweaks 2020-01-16 14:36:52 +09:00
clog Avoid linkstatic on macOS, see https://github.com/bazelbuild/bazel/issues/11552. 2020-06-08 11:17:05 -07:00
cpuinfo Support --cpu=armeabi, used in TensorFlow Raspberry Pi builds like here: 2020-06-13 20:44:14 -07:00
dlpack [XLA:Python] Add DLPack import/export support to the XLA Python client. 2020-01-21 16:15:21 -08:00
eigen3 Clean up code in the TF FixedPoint extension to Eigen to make the AVX2/AVX512 compile with recent versions of clang. 2020-05-05 16:37:27 -07:00
fft2d Move fft2d to stable fork 2020-06-11 15:12:44 -07:00
flatbuffers Correctly add newline character when concatenating schema generated python srcs 2020-05-28 17:34:10 -07:00
FP16 Update XNNPACK and its dependencies 2020-05-26 12:51:56 -07:00
git Use python3 if available to run gen_git_source.py. 2019-08-19 16:30:42 -07:00
googleapis Append 'grpc' to the C++ service namespaces for google APIs 2020-03-23 15:31:20 -07:00
gpus Merge pull request #39994 from storypku:master 2020-06-22 09:44:22 -07:00
grpc Upgrade gRPC version used in OSS. Fix-forward of #14262. Remove namespace-compatibility hack. 2017-11-13 14:25:14 -08:00
hadoop Fix few typos in the annotations and docs 2019-09-24 10:47:54 +08:00
hexagon Update comment to reference latest update. 2020-04-29 14:11:59 -07:00
highwayhash Mechanical replacement of mirror.tensorflow.org with https equivalent. 2019-07-23 22:26:09 -07:00
hwloc Fix hwloc build for ppc64le 2020-01-06 20:15:42 +00:00
icu Mozilla TensorFlow r2.3 2020-08-06 19:19:26 +02:00
jpeg Update the bazel rule to make it clear about 1 define. 2020-04-09 18:56:49 +00:00
kissfft Mechanical replacement of mirror.tensorflow.org with https equivalent. 2019-07-23 22:26:09 -07:00
llvm Add AArch64/GISel/*.cpp to AArch64CodeGen srcs. 2020-06-22 16:42:42 -07:00
mkl review comments. 2020-05-13 13:47:15 -07:00
mkl_dnn Fixing build issue on windows 2020-06-16 14:26:13 -07:00
mlir Rename and alias MLIR targets to match CMake 2020-06-22 14:39:47 -07:00
mpi Remove MPI code from TF main repo, since it was moved to 2019-08-28 13:22:55 -07:00
nasm Simplifying jpeg library header, and adding jpeg build target under tensorflow/core/platform. 2019-09-30 22:10:43 -07:00
nccl Update NCCL to v2.7.3. 2020-06-22 10:18:19 -07:00
ngraph [BUILD] Clean up unused aliases left over the "common_runtime/BUILD" split. 2020-04-03 11:07:56 -07:00
opencl_headers Use tf's own mirror for alternative download links 2020-01-15 12:36:04 -08:00
ortools Mechanical replacement of mirror.tensorflow.org with https equivalent. 2019-07-23 22:26:09 -07:00
pasta Update pasta dependency to 0.1.8, allowing for using @ in code converted by tf_upgrade_v2. 2019-11-13 10:37:21 -08:00
protobuf Upgrade protobuf to 3.9.2 2020-03-19 18:18:05 -07:00
psimd Update XNNPACK and its dependencies 2020-05-26 12:51:56 -07:00
py Mozilla TensorFlow r2.3 2020-08-06 19:19:26 +02:00
python_runtime
remote_config make bazel build work on aarch64/arm linux 2020-05-06 12:18:31 +00:00
ruy Bump the references to github.com/google/ruy to commit 34ea9f4993955fa1ff4eb58e504421806b7f2e8f to get the rollback of a recent regression (55cb53aa332eb91a42f095908ea63a651f86ecf3). 2020-06-11 13:03:50 -07:00
sobol_data Fix the bad alternate link to sobol_data repository. 2019-12-31 09:29:27 -08:00
sycl Remove # -*- Python -*- from Starlark files. 2019-08-30 14:10:07 -07:00
systemlibs Merge pull request #38328 from perfinion:systemlibs-pybind 2020-04-08 18:48:06 -07:00
tensorrt Remove the main repo reference. 2020-02-20 11:26:08 -08:00
toolchains Mozilla TensorFlow r2.3 2020-08-06 19:19:26 +02:00
vulkan_headers Add Vulkan memory objects to TfLite GPU API. 2020-01-09 04:14:44 -08:00
__init__.py Switch to wrapt for trackable dict data structures instead of subclassing collections.Mapping 2019-04-11 12:31:14 -07:00
arm_neon_2_x86_sse.BUILD Internal Change 2017-10-27 10:19:41 -07:00
astor.BUILD Fix broken python3 build 2018-01-15 19:28:49 +09:00
astunparse.BUILD Replace astor with astunparse in autograph, for compatibility with Python 3.8. This is a non-functional change - the only differences between the two should be in the formatting of the generated code. 2020-01-15 19:36:57 -08:00
backports_weakref.BUILD Add backports.weakref to Bazel build 2017-06-14 19:12:58 -07:00
BUILD Automatically build SWIG from source 2016-10-20 18:04:26 -07:00
codegen.BUILD Allow is_initialized and initializer to be called on MirroredVariables and TowerLocalVariables. 2018-07-06 15:17:59 -07:00
com_google_absl_fix_mac_and_nvcc_build.patch Mozilla TensorFlow r2.3 2020-08-06 19:19:26 +02:00
com_google_absl.BUILD Remove all_files rule from com_google_absl.BUILD 2018-02-02 11:02:34 -08:00
common.bzl Add more fixes 2019-02-21 12:58:25 +01:00
coremltools.BUILD Opensource Core ML delegate 2020-04-01 20:30:41 -07:00
cub.BUILD Fix cub include path so that TensorFlow compiles when used as a bazel dependency. 2018-09-20 23:36:01 -07:00
cub.pr170.patch Patch CUB with http://github.com/NVlabs/cub/pull/170 to build with clang. 2019-09-24 12:37:29 -07:00
curl.BUILD Add socketpair.c to curl buildable files to fix Windows builds. 2020-04-07 15:27:53 -07:00
cython.BUILD Add a Cython build dependency, start using some Cython tensor utilities 2017-10-05 10:10:48 -07:00
dill.BUILD Improve multi_process_runner 2020-06-11 05:20:30 -07:00
double_conversion.BUILD [Bazel/MSVC] Cleanup -ldl/-lm flags for MSVC 2018-07-12 10:46:54 +08:00
eigen.BUILD Remove EIGEN_EXCLUDE_FILES, EIGEN_RESTRICTED_FILES, and EIGEN_RESTRICTED_DEPS from third_party/eigen.BUILD because they are not license-restricted anymore. 2019-08-26 17:39:29 -07:00
enum34.BUILD Automated rollback of commit 2435a1875b 2019-01-23 13:18:26 -08:00
farmhash.BUILD Remove all references of windows_msvc config_setting 2018-07-12 10:50:40 +08:00
functools32.BUILD Add functools32 to TensorFlow dependencies. 2019-07-09 17:08:57 -07:00
gast.BUILD Fix build error. 2018-02-01 17:56:22 -08:00
gif_fix_strtok_r.patch Rollforward of PR #32169: Upgrading giflib to fix CVE-2019-15133 2019-09-05 23:39:58 -07:00
gif.BUILD Rollforward of PR #32169: Upgrading giflib to fix CVE-2019-15133 2019-09-05 23:39:58 -07:00
jsoncpp.BUILD Fix build breaks in jsoncpp with missing input file 2020-04-03 01:33:01 +00:00
libxsmm.BUILD Merge pull request #24706 from hfp:upstream 2019-11-19 12:31:39 -08:00
linenoise.BUILD Move most foo.BUILD files into third_party 2016-12-29 00:51:20 -08:00
lmdb.BUILD Remove all references of windows_msvc config_setting 2018-07-12 10:50:40 +08:00
nanopb.BUILD Allow is_initialized and initializer to be called on MirroredVariables and TowerLocalVariables. 2018-07-06 15:17:59 -07:00
opt_einsum.BUILD Add opt_einsum to TensorFlow dependencies. 2019-06-27 00:21:24 -07:00
pcre.BUILD Fix sanity. 2018-02-01 17:56:22 -08:00
png_fix_rpi.patch Update png_archive version to 1.6.37 2019-05-21 10:14:58 -07:00
png.BUILD Upgrade and rename external dependency grpc in workspace for bazel. 2020-02-18 14:40:26 -08:00
pprof.BUILD Cleanup usage of the protobuf workspace. See #19032 2019-06-19 10:36:33 -07:00
pybind11.BUILD systemlibs: unbundle pybind11 2020-04-08 03:38:38 +08:00
repo.bzl Mozilla TensorFlow r2.3 2020-08-06 19:19:26 +02:00
six.BUILD Move most foo.BUILD files into third_party 2016-12-29 00:51:20 -08:00
snappy.BUILD Improving snapshot read performance (under snappy compression) by reducing the 2020-02-25 10:42:43 -08:00
sqlite.BUILD Updates Apple platform config settings. Sets default target to macos on Apple platforms in bazelrc. 2019-03-01 15:00:24 -08:00
swig.BUILD Remove all references of windows_msvc config_setting 2018-07-12 10:50:40 +08:00
tblib.BUILD Improve multi_process_runner 2020-06-11 05:20:30 -07:00
termcolor.BUILD Fix sanity. 2018-02-01 17:56:22 -08:00
tflite_mobilenet_float.BUILD Update model for classification app 2018-12-06 13:22:15 -08:00
tflite_mobilenet_quant.BUILD Update model for classification app 2018-12-06 13:22:15 -08:00
tflite_mobilenet.BUILD Explicitly specify TFLite demo assets in BUILD file 2017-11-13 18:06:50 -08:00
tflite_ovic_testdata.BUILD Fix landscape layout. 2018-05-07 15:38:33 -07:00
tflite_smartreply.BUILD Build demo app for SmartReply 2017-12-01 00:02:04 -08:00
wrapt.BUILD Switch to wrapt for trackable dict data structures instead of subclassing collections.Mapping 2019-04-11 12:31:14 -07:00
zlib.BUILD Remove all references of windows_msvc config_setting 2018-07-12 10:50:40 +08:00