aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/BUILD
Commit message (Expand)AuthorAge
* Add RaggedTensors to tf.core. Moving the RaggedGather op kernel.Gravatar A. Unique TensorFlower2018-10-09
* Removed unused load statements from the core BUILD.Gravatar A. Unique TensorFlower2018-10-09
* Declare that stateless random ops are not differentiable in C++ code.Gravatar Tong Shen2018-10-05
* Change hierarchical_tree_broadcaster_test from small to medium.Gravatar Todd Wang2018-10-03
* Internal build specification changeGravatar A. Unique TensorFlower2018-10-01
* CleanupGravatar A. Unique TensorFlower2018-09-29
* Introduce the abstraction of RunHandler which each DirectSession can use forGravatar A. Unique TensorFlower2018-09-28
* [tf.data] Move `tf.contrib.data` C++ code to a core "experimental" directory.Gravatar Derek Murray2018-09-28
* Automated rollback of commit 750466c6e6624d279de7f9a43accd682d487509cGravatar Revan Sopher2018-09-27
* Introduce the abstraction of RunHandler which each DirectSession can use forGravatar A. Unique TensorFlower2018-09-27
* Merge pull request #20277 from ROCmSoftwarePlatform:upstream-stagingGravatar TensorFlower Gardener2018-09-27
|\
* \ Merge pull request #22076 from Intel-tensorflow:feature/daoxin/sliceGravatar TensorFlower Gardener2018-09-26
|\ \
* | | Refactor build deps by making :framework depend on :feature_util to not use t...Gravatar A. Unique TensorFlower2018-09-26
* | | [TF] Add new internal ops _VarHandlesOp and _ReadVariablesOp.Gravatar Peter Hawkins2018-09-26
* | | Fix dynamic kernels dependencies for python build and test rules.Gravatar Gunhan Gulsoy2018-09-25
* | | Automated rollback of commit 7a1096f424b1adcb4152db80a01a163ddb1a0173Gravatar Anna R2018-09-24
* | | Replace usage of base::GetFlag with Abseil Flags public API absl::GetFlag.Gravatar A. Unique TensorFlower2018-09-24
* | | Inline kernel tracing logic into `ExecutorState::Process()`.Gravatar Derek Murray2018-09-24
* | | Fully depend on external repositories (instead of just headers) in cc_header_...Gravatar A. Unique TensorFlower2018-09-21
* | | Implement TF graph capture.Gravatar Russell Power2018-09-20
* | | Add searchsorted (ie lower/upper bound) op.Gravatar A. Unique TensorFlower2018-09-20
* | | This CL adds a new `tf.print` operator that more closely aligns with the stan...Gravatar A. Unique TensorFlower2018-09-19
* | | Added ABSL_DEPRECATED annotations to various deprecated TensorFlow functions.Gravatar A. Unique TensorFlower2018-09-19
* | | Eliminate VisitableAllocator.Gravatar A. Unique TensorFlower2018-09-18
* | | Automated rollback of commit 185aa89912376d4088c22615908696cd30f9951bGravatar A. Unique TensorFlower2018-09-17
* | | Eliminate VisitableAllocator.Gravatar A. Unique TensorFlower2018-09-17
* | | Merge pull request #22061 from perfinion:install_headersGravatar TensorFlower Gardener2018-09-17
|\ \ \
* | | | [tf.data] Adding support for `tf.data.AUTOTUNE` as a special value for the `n...Gravatar Jiri Simsa2018-09-17
* | | | [tf.data] Introducing an optimization that parallelizes map transformations.Gravatar Piotr Padlewski2018-09-14
* | | | Added Pyclif binding rule for config.proto.Gravatar Sung Jin Hwang2018-09-13
* | | | Modify signature of WritableFile::Append to accept StringPiece data by value.Gravatar Eugene Brevdo2018-09-12
* | | | Internal change.Gravatar Anna R2018-09-12
* | | | [tf.data] Mechanism for collecting processing time information and modeling p...Gravatar Jiri Simsa2018-09-11
* | | | [TF] Variant improvements.Gravatar Eugene Brevdo2018-09-11
* | | | Add missing dependency to tensorflow/core:common_runtime/mkl_threadpool_devic...Gravatar A. Unique TensorFlower2018-09-07
* | | | Simplify BUILD rule for MKL transpose op.Gravatar A. Unique TensorFlower2018-09-06
* | | | Add feature_util build target so the library can be included in a lightweight...Gravatar A. Unique TensorFlower2018-09-06
| | | * [ROCm] bazel build system and continuous integration logicGravatar Wen-Heng (Jack) Chung2018-09-05
| |_|/ |/| |
* | | Alias tensorflow::gtl::InlinedVector to absl::InlinedVectorGravatar Benjamin Kramer2018-09-05
| * | Add //tensorflow:install_headers targetGravatar Jason Zaman2018-09-05
|/ /
| * Add MklSlice op.Gravatar Pan Daoxin2018-09-04
|/
* BEGIN_PUBLICGravatar Ayush Dubey2018-08-31
* Currently there are two formats for error reporting inside TensorFlow. This i...Gravatar A. Unique TensorFlower2018-08-31
* Alias gtl::optional to absl::optional and remove the old implementation.Gravatar Benjamin Kramer2018-08-31
* Automated rollback of commit 73a3477356990f2451e220f553c9d7782df836acGravatar Ayush Dubey2018-08-30
* Initialize collective_graph_key based on the graph if unspecified in RunOptions.Gravatar Ayush Dubey2018-08-30
* Call new tflite buffer quantize weights transformation tool from TOCO.Gravatar Suharsh Sivakumar2018-08-30
* Add lowering pass for functional While op.Gravatar Saurabh Saxena2018-08-30
* Remove (Mutable)ArraySlice implementation and alias them to absl::Span.Gravatar Tim Shen2018-08-30
* Replaced tensorflow::StringPiece with an alias of absl::string_view.Gravatar A. Unique TensorFlower2018-08-30