aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core
Commit message (Expand)AuthorAge
* Define PreferBlockAccess enum to prepare for Eigen upgrade.Gravatar Eugene Zhulenev2018-09-14
* [tf.data] Introducing an optimization that parallelizes map transformations.Gravatar Piotr Padlewski2018-09-14
* Removed unnecessary includes from stringpiece.hGravatar A. Unique TensorFlower2018-09-14
* [Grappler] s/std::string/string/Gravatar James Keeling2018-09-14
* Add missing #include to mkl_layout_pass.cc.Gravatar A. Unique TensorFlower2018-09-13
* Added Pyclif binding rule for config.proto.Gravatar Sung Jin Hwang2018-09-13
* [tf.data] Changes `make_batched_features_dataset` and `make_tf_record_dataset...Gravatar Shivani Agrawal2018-09-13
* Ensure that the input image of decode.bmp.op has valid dimensions.Gravatar Mihai Maruseac2018-09-13
* Automated rollback of commit ac60b46e2c5962fd8099a4406c1788d826ad3c0dGravatar A. Unique TensorFlower2018-09-13
* Consistency in record_default shapes for tf.contrib.data.CsvDataset & tf.deco...Gravatar Rachel Lim2018-09-13
* Prevent an integral division by zero (undefined behavior).Gravatar Mihai Maruseac2018-09-13
* Gracefully handle invalid inputs in Split and ReverseSequence.Gravatar Asim Shankar2018-09-13
* Register a new Sum op for T:int64 and Tidx:int32Gravatar James Qin2018-09-13
* Replace iter->second with partition_graph in DirectSession::RunGravatar James Keeling2018-09-13
* [SparseTensor] Avoid calling `Tensor::matrix<int64>()` for each element of a ...Gravatar Derek Murray2018-09-12
* Internal change.Gravatar Eugene Brevdo2018-09-12
* Prevent an undefined behavior with signed integer overflow in decode.bmp.op.Gravatar Mihai Maruseac2018-09-12
* Modify signature of WritableFile::Append to accept StringPiece data by value.Gravatar Eugene Brevdo2018-09-12
* Custom Conv3DBackprop Input/Filter kernels.Gravatar Eugene Zhulenev2018-09-12
* Remove dead code.Gravatar Asim Shankar2018-09-12
* Support passing a negative position to substr. If the position is negative, t...Gravatar A. Unique TensorFlower2018-09-12
* Cleanup Conv3D backprop kernels.Gravatar Eugene Zhulenev2018-09-12
* Mark the ResourceHandleOp as inexpensive.Gravatar Derek Murray2018-09-12
* Use Eigen::CuboidConvolutionBackwardKernel in Conv3DBackpropFilter.Gravatar Eugene Zhulenev2018-09-12
* Improve static shape inference in grappler by propagating tensors_as_shapes b...Gravatar Doe Hyun Yoon2018-09-12
* Internal change.Gravatar Anna R2018-09-12
* Correct argument name in declaration of StronglyConnectedComponentsGravatar James Keeling2018-09-12
* Roll forward change "Move control flow functionalization as a graph optimizat...Gravatar Tong Shen2018-09-12
* Change HandleFromInput() to return a `const ResourceHandle&` and avoid copyin...Gravatar Derek Murray2018-09-12
* [tf.data] Thread parent cancellation manager through to MapDefunOp correctly....Gravatar Rachel Lim2018-09-11
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-09-11
* [tf.data] Mechanism for collecting processing time information and modeling p...Gravatar Jiri Simsa2018-09-11
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-09-11
* Move Quantile Stream Resource to core.Gravatar Zhenyu Tan2018-09-11
* Add a printout at the start of MetaOptimizer::Optimize() to make it easier t...Gravatar A. Unique TensorFlower2018-09-11
* Construct placer after the first optimization pass is run.Gravatar Akshay Modi2018-09-11
* Use Eigen::CuboidConvolutionBackwardInput in Conv3DBackpropInput.Gravatar Eugene Zhulenev2018-09-11
* Optimize Spatial&Cuboid backward kernel convolutions.Gravatar Eugene Zhulenev2018-09-11
* Contraction mapper for cuboid convolutions.Gravatar Eugene Zhulenev2018-09-11
* Removes option of pass-through runner on eager execution.Gravatar Alexandre Passos2018-09-11
* Add missing spaces to error message.Gravatar Sanjoy Das2018-09-11
* [TF] Variant improvements.Gravatar Eugene Brevdo2018-09-11
* Automated rollback of commit 45965cfd8b54fb113275ffdaced5366e28aa3553Gravatar Yanan Cao2018-09-11
* Add more description for a common use case of SequenceExample.Gravatar A. Unique TensorFlower2018-09-11
* Graph optimization pass that creates XlaLaunch ops for the computations that ...Gravatar A. Unique TensorFlower2018-09-11
* Merge pull request #21912 from Intel-tensorflow:nhasabni/memallocatorGravatar TensorFlower Gardener2018-09-10
|\
* | Adds listdiff_op to android_extended_ops_group1 set.Gravatar A. Unique TensorFlower2018-09-10
* | Add experimental grappler plugin to selection function implementation at run ...Gravatar Scott Zhu2018-09-10
* | Automated rollback of commit e258e52d2c4060fc26fda43e4ce068d5ba2ab1ffGravatar Shivani Agrawal2018-09-10
* | Add helper functions that allow users to write TFRecords in memory.Gravatar Eugene Brevdo2018-09-10