aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
Commit message (Collapse)AuthorAge
* Remove jemalloc build files and dead configuration options.Gravatar Ayush Dubey2018-10-01
| | | | PiperOrigin-RevId: 215291195
* Merge pull request #22210 from dmitrievanthony:apache-ignite-datasetGravatar TensorFlower Gardener2018-10-01
|\ | | | | | | PiperOrigin-RevId: 215258743
* | Remove AWS, GCP, Kafka and HDFS options from configure. Make them default onGravatar Gunhan Gulsoy2018-09-27
| | | | | | | | | | | | for supported operating systems. PiperOrigin-RevId: 214886845
* | Merge pull request #22060 from perfinion:systemlibsGravatar TensorFlower Gardener2018-09-24
|\ \ | | | | | | | | | PiperOrigin-RevId: 214220618
* | | Make C libraries publicly visible so other repos can depend on TensorFlow's ↵Gravatar A. Unique TensorFlower2018-09-22
| | | | | | | | | | | | | | | | | | C API. PiperOrigin-RevId: 214093482
| * | install_headers: skip externals that were unbundledGravatar Jason Zaman2018-09-22
|/ / | | | | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
* | Merge pull request #22061 from perfinion:install_headersGravatar TensorFlower Gardener2018-09-17
|\ \ | | | | | | | | | PiperOrigin-RevId: 213343364
| | * Add IgniteDataset that allows to work with Apache Ignite.Gravatar Anton Dmitriev2018-09-11
| |/ |/|
* | Add tf_api_version flag. If --define=tf_api_version=2 flag is passed in, ↵Gravatar Anna R2018-09-07
| | | | | | | | | | | | then bazel will build TensorFlow API version 2.0. In all other cases, it would build API version 1.*. PiperOrigin-RevId: 212016666
* | Internal change.Gravatar A. Unique TensorFlower2018-09-07
| | | | | | | | PiperOrigin-RevId: 212008334
| * Add //tensorflow:install_headers targetGravatar Jason Zaman2018-09-05
|/ | | | | | | Used to prepare all the header files so they can easily be installed into /usr/include when packaging TF. Signed-off-by: Jason Zaman <jason@perfinion.com>
* Internal ChangeGravatar Michael Case2018-09-04
| | | | PiperOrigin-RevId: 211531374
* Pass V1 __init__.py file list when generating API. Also, check against both ↵Gravatar Anna R2018-08-29
| | | | | | TENSORFLOW_API_INIT_FILES and TENSORFLOW_API_INIT_FILES_V1 in doc_srcs_test. PiperOrigin-RevId: 210798675
* Merge pull request #21122 from NervanaSystems:masterGravatar TensorFlower Gardener2018-08-21
|\ | | | | | | PiperOrigin-RevId: 209623532
| * Merge remote-tracking branch 'upstream/master'Gravatar Avijit2018-08-15
| |\
* | | Fix the MKL build by correcting misspelled references to MKL's build package.Gravatar A. Unique TensorFlower2018-08-15
| |/ |/| | | | | PiperOrigin-RevId: 208894550
* | Apply MKL-{ML,DNN}-only config settings to dependencies, not just code.Gravatar A. Unique TensorFlower2018-08-14
| | | | | | | | | | | | | | | | | | | | Previously, specifying --define=using_mkl_dnn_only=true would cause MKL-ML-dependent code to be #ifdef'd out, but dependencies on MKL-ML itself would still be present. This change makes all library dependencies on MKL properly select MKL-ML, MKL-DNN, or both, depending on the selected configuration. PiperOrigin-RevId: 208710102
* | Merge pull request #20536 from rongjiecomputer:flagGravatar TensorFlower Gardener2018-08-13
|\ \ | | | | | | | | | PiperOrigin-RevId: 208565050
* | | Make dynamic kernels config setting publicly visible BUILD rule.Gravatar Gunhan Gulsoy2018-08-13
| | | | | | | | | | | | PiperOrigin-RevId: 208538037
| | * Merge remote-tracking branch 'upstream/master'Gravatar Avijit2018-08-12
| | |\ | |_|/ |/| |
| | * Updated based on PR feedback.Gravatar Avijit2018-08-12
| | |
* | | Keep 2 sets of API Goldens (goldens/v1 and goldens/v2).Gravatar Anna R2018-08-07
| | | | | | | | | | | | PiperOrigin-RevId: 207781405
* | | internal changeGravatar Mark Daoust2018-08-06
| | | | | | | | | | | | PiperOrigin-RevId: 207611658
| | * Merge remote-tracking branch 'upstream/master'Gravatar avijit-nervana2018-08-06
| | |\ | |_|/ |/| |
| | * Merge remote-tracking branch 'upstream/master' and changesGravatar avijit-nervana2018-07-31
| | |\ | |_|/ |/| | | | | based on PR review comments.
* | | Add a new kernels option to bazel rules to enable adding dynamic kernel ↵Gravatar Gunhan Gulsoy2018-07-29
| | | | | | | | | | | | | | | | | | dependencies. PiperOrigin-RevId: 206473913
* | | Add build option to exclude TensorRT from cuda build.Gravatar Guangda Lai2018-07-26
| | | | | | | | | | | | PiperOrigin-RevId: 206252639
| | * Merge remote-tracking branch 'upstream/master'Gravatar Avijit2018-07-25
| | |\ | |_|/ |/| |
| | * nGraph integration with TensorFlowGravatar Avijit2018-07-24
| | | | | | | | | | | | * Added nGraph bridge as a third_party to be built with TensorFlow based on user selection. * Added a limited set of C++ unit tests to verify the correctness of the computation
* | | Create a config option to not link LGPLGravatar A. Unique TensorFlower2018-07-20
| | | | | | | | | | | | PiperOrigin-RevId: 205427089
* | | Automated rollback of commit 8ec87f55008982eb939d963c1d4a4ff7ef9ab3d3Gravatar Gunhan Gulsoy2018-07-19
| | | | | | | | | | | | PiperOrigin-RevId: 205297172
* | | Mark tensorflow_lingvo directory as internal to tensorflowGravatar Smit Hinsu2018-07-19
| | | | | | | | | | | | PiperOrigin-RevId: 205288716
* | | Internal Change.Gravatar Michael Case2018-07-12
| |/ |/| | | | | PiperOrigin-RevId: 204338153
| * Remove all references of windows_msvc config_settingGravatar Loo Rong Jie2018-07-12
|/
* Merge commit for internal changesGravatar Yifei Feng2018-07-02
|\
| * Merge changes from github.Gravatar Yifei Feng2018-07-02
| | | | | | | | PiperOrigin-RevId: 203037623
* | Removing duplicate grpc targetsGravatar Yifei Feng2018-07-02
| |
* | Merge commit for internal changesGravatar Gunhan Gulsoy2018-07-02
|\|
* | Add KinesisDataset support for tensorflow Dataset (#19712)Gravatar Yong Tang2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add KinesisDataset support for tensorflow Dataset This fix is an attempt to add Kinesis support for tensorflow's Dataset. Kinesis is provided by AWS as a managed data streaming service. It is similiar to Apache Kafka, often used in places where maintaining a independent Kafka cluster on AWS is not desirable or possible. This fix adds the Kinesis support for tensorflow Dataset. Similiar to the Kafka integration in tensorflow, KinesisDataset outputs tf.string for records. Test cases have also been added, which could be invoked manually. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Expose KinesisDataset in dataset_ops.cc Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Expose KinesisDataset in python wrapper Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add test cases for KinesisDataset Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update AWS library include files Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add Bazel BUILD files Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Rename s3_crypto to aws_crypto Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Rename with_s3_support to with_aws_support Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Selectively add kinesis to tensorflow/contrib/BUILD Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Set different partition key and pylint fix. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add missing modules in cmake's python_modules.txt Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Address review feedback Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| * Internal Change.Gravatar Michael Case2018-06-29
| | | | | | | | PiperOrigin-RevId: 202706517
* | Fix Windows GPU BuildGravatar A. Unique TensorFlower2018-06-28
| | | | | | | | PiperOrigin-RevId: 202260254
| * Merge changes from github.Gravatar Mingxing Tan2018-06-28
| | | | | | | | PiperOrigin-RevId: 202585094
| * Fix Windows GPU BuildGravatar A. Unique TensorFlower2018-06-27
| | | | | | | | PiperOrigin-RevId: 202260254
* | Merge commit for internal changesGravatar Mingxing Tan2018-06-21
|\|
| * Internal Change.Gravatar Michael Case2018-06-21
| | | | | | | | PiperOrigin-RevId: 201554374
| * Merge changes from github.Gravatar Akshay Modi2018-06-18
| | | | | | | | PiperOrigin-RevId: 201110240
| * Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
| | | | | | | | PiperOrigin-RevId: 201033171
| * Merge changes from github.Gravatar Akshay Modi2018-06-18
| | | | | | | | PiperOrigin-RevId: 201011811
* | Do not depend on boringssl for big-endian architectures. (#20038)Gravatar Brennan Saeta2018-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Do not depend on boringssl for big-endian architectures. A recent commit migrated TensorFlow from grpc_unsecure (and grpc++_unsecure) to their secure variants. These secure variants depend on BoringSSL. Unfortunately, BoringSSL does not work on big-endian architectures. This commit abstracts the grpc dependency behind a couple cc_library rules, and plumbs through the logic to conditionally build without BoringSSL based on the target architecture. Fixes #20014 * Fix BUILD file formatting. * Fix typo in CPU name * Add an additional bind and select when evaluating the cc_proto_library rules.
* | opencv interop fix: exclude libjpeg symbols from libtensorflow_framew… ↵Gravatar ruanjiandong2018-06-15
| | | | | | | | | | | | | | | | (#19966) * opencv interop fix: exclude libjpeg symbols from libtensorflow_framework.so to avoid symbol conflict * Fix buildifier issue (sorting of fields)